-
Notifications
You must be signed in to change notification settings - Fork 1.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
Migrating database to new model #1062
Migrating database to new model #1062
Conversation
@ManishMadan2882 is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 1059-migrating-database-to-new-model #1062 +/- ##
=======================================================================
Coverage ? 21.48%
=======================================================================
Files ? 81
Lines ? 3774
Branches ? 0
=======================================================================
Hits ? 811
Misses ? 2963
Partials ? 0 ☔ View full report in Codecov by Sentry. |
c686d95
into
arc53:1059-migrating-database-to-new-model
API keys | Chatbots:
source
, orretriever
name[enums: "classic","brave_search", "duckduck_search"]Sources:
/application/indexes/input/userId/documentName
/application/indexes/<_id>
Streaming:
Stream via
api_keys
:get_retriever
method is responsible to return source retriever if present(default:"classic").Stream via
active_docs
get_retriever(active_doc)
methodStream via
retriever
* Closes 🚀 Migrating database to new model #1059
* Refactor legacy codebase to align with new design patterns, primarily focused on database schema.
Frontend:
Made changes adapting to the backend migration:
id
as an optional field for Documents.id
is present in the selectedDoc, the id is substituted assource
in API call to retrieval endpoints(stream, answer), otherwise thedocsLink
is added to the payload asretriever