-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(llm): removing all llms to prepare for genoss #804
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
LOGAF Level 2 - /home/runner/work/quivr/quivr/backend/core/routes/chat_routes.py
try:
commons["supabase"].table("chat_history").delete().match({"chat_id": chat_id}).execute()
except Exception as e:
logger.error(e)
raise
LOGAF Level 3 - /home/runner/work/quivr/quivr/backend/core/utils/vectors.py
try:
sids = self.commons["documents_vector_store"].add_documents([doc])
if sids and len(sids) > 0:
return sids
except Exception as e:
logger.error(f"Error creating vector for document {e}")
raise
🚫🐞🗄️ Powered by Code Review GPT |
* feat(routes): removed all except openai * feat(deadcode): removed some deadcode and summarization feature that wasn't used * feat(streaming): removed privateGPT from it * chore(requirements): increased version
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Checklist before requesting a review
Please delete options that are not relevant.
Screenshots (if appropriate):