-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init project directory * update .gitignore * update README * update README with CLI readability command * update requirements.txt with fastapi base packages * create assets directory * create .env base file * first API route * update instructions * update main.py * move routes to separate files + load .env values * move application files into src directory * setup the uplod endpoint * Update README.md wih youtube links * Update branches links in the README * return uploaded file id * process uploaded file * setup docker compose * setup database schemes * Push projects and data chunks into mongoDB * update docker configurations * set indecies for projects + chunks * push assets collection * change .env.example * update file processing endpoint * update requirements with openai * create the LLMInterface * create the LLMEnums * create thhe OpenAIProvider * add cohere to requirments.txt * update .env.example * update settings * fix files location * set CoHereProvider Class * setup LLMProviderFactory * update main.py * VectorDB - Qdrant Provider * nlp routes * update .env * update LLM providers * update NLPController + NLP route * support getting answers from LLMs * fix missed template_parser for NLPController * fix rag template issues * update README table of contents --------- Co-authored-by: Abu Bakr <[email protected]>
- Loading branch information
1 parent
c63ebfa
commit adfa6fd
Showing
78 changed files
with
2,016 additions
and
1,056 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"python.languageServer": "Pylance" | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.