-
Notifications
You must be signed in to change notification settings - Fork 235
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: updated index docs #502
base: main
Are you sure you want to change the base?
Conversation
note: async is in another PR, sync has already been done, pdrant is displaying issues due to libraries, I'll leave this one in a PR for later
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #502 +/- ##
=======================================
Coverage 74.84% 74.84%
=======================================
Files 43 43
Lines 3753 3753
=======================================
Hits 2809 2809
Misses 944 944 ☔ View full report in Codecov by Sentry. |
User description
note: async is in another PR,
sync has already been done,
pdrant is displaying issues due to libraries, I'll leave this one in a todo for later
PR Type
Documentation, Enhancement
Description
Updated
local.ipynb
andpinecone.ipynb
notebooks to reflect new API changes.Replaced
RouteLayer
withSemanticRouter
for enhanced functionality.Updated dependencies and configurations for compatibility.
Improved logging and error handling in example outputs.
Changes walkthrough 📝
local.ipynb
Update local index example with SemanticRouter
docs/indexes/local.ipynb
RouteLayer
withSemanticRouter
for local index.LocalIndex
withauto_sync
.pinecone.ipynb
Update Pinecone index example with SemanticRouter
docs/indexes/pinecone.ipynb
RouteLayer
withSemanticRouter
for Pinecone index.semantic-router[pinecone]
.PineconeIndex
withauto_sync
.