Open
Conversation
* 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 <64726450+abubakr-soliman@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.