- Jesse
- Isaac Atteson
- Ty Chang
- Myles Crespin
- Natan Vidra
git clone https://github.com/nv78/Trevor-ChatWithDocs.git
# Once you make changes
git add .
git commit -m "message related to the change you made"
git push
# If you want to get other people's code that they pushed to the repo
git pull
# If you want your code to be on a separate branch
git checkout -b [branch_name]
- multiple documents
- different types of documents
- different vector databases (chroma, pinecone)
- different types of models to query (openAI, llama2)
- a frontend for user experience