-
Notifications
You must be signed in to change notification settings - Fork 19k
docs: add hybrid search documentation to PGVectorStore #32549
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
docs: add hybrid search documentation to PGVectorStore #32549
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
CodSpeed WallTime Performance ReportMerging #32549 will degrade performances by 16.45%Comparing
|
Benchmark | BASE |
HEAD |
Change | |
---|---|---|---|---|
❌ | test_import_time[BaseChatModel] |
519.8 ms | 597 ms | -12.93% |
❌ | test_import_time[CallbackManager] |
446.3 ms | 515.2 ms | -13.38% |
❌ | test_import_time[ChatPromptTemplate] |
606.4 ms | 712.4 ms | -14.88% |
❌ | test_import_time[Document] |
210.7 ms | 239.7 ms | -12.11% |
❌ | test_import_time[HumanMessage] |
210.4 ms | 236.8 ms | -11.17% |
❌ | test_import_time[InMemoryRateLimiter] |
165.2 ms | 188.2 ms | -12.21% |
❌ | test_import_time[InMemoryVectorStore] |
607.2 ms | 709.2 ms | -14.38% |
❌ | test_import_time[LangChainTracer] |
423.6 ms | 480.6 ms | -11.86% |
❌ | test_import_time[PydanticOutputParser] |
536 ms | 632.8 ms | -15.29% |
❌ | test_import_time[RunnableLambda] |
473.7 ms | 551.2 ms | -14.07% |
❌ | test_import_time[Runnable] |
477.4 ms | 544.1 ms | -12.27% |
❌ | test_import_time[tool] |
501.3 ms | 600 ms | -16.45% |
CodSpeed Instrumentation Performance ReportMerging #32549 will not alter performanceComparing Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Disha!
Adding documentation for Hybrid Search in the PGVectorStore Notebook