langchain/docs
Wenchen Li f9edf76e7c
Implement max_marginal_relevance_search in VectorStore of Pinecone (#6056)
This adds implementation of MMR search in pinecone; and I have two
semi-related observations about this vector store class:
- Maybe we should also have a
`similarity_search_by_vector_returning_embeddings` like in supabase, but
it's not in the base `VectorStore` class so I didn't implement
- Talking about the base class, there's
`similarity_search_with_relevance_scores`, but in pinecone it is called
`similarity_search_with_score`; maybe we should consider renaming it to
align with other `VectorStore` base and sub classes (or add that as an
alias for backward compatibility)

#### Who can review?

Tag maintainers/contributors who might be interested:
 - VectorStores / Retrievers / Memory - @dev2049
2023-06-13 10:46:45 -07:00
..
_static Fix the shortcut conflict for document page search (#5874) 2023-06-08 14:15:19 -07:00
additional_resources [Docs][Hotfix] Fix broken links (#5800) 2023-06-06 17:17:16 -07:00
ecosystem Baseten integration (#5862) 2023-06-08 23:05:57 -07:00
getting_started Update tutorials.md (#5761) 2023-06-05 20:37:11 -07:00
integrations Langchain decorators (#6017) 2023-06-11 19:32:24 -07:00
modules Implement max_marginal_relevance_search in VectorStore of Pinecone (#6056) 2023-06-13 10:46:45 -07:00
reference Documentation fixes (linting and broken links) (#5563) 2023-06-01 13:06:17 -07:00
templates docs ecosystem/integrations update 3 (#5470) 2023-05-31 17:54:05 -07:00
tracing py tracer fixes (#5377) 2023-05-30 18:47:06 -07:00
use_cases minor refactor GenerativeAgentMemory (#5315) 2023-06-03 14:53:14 -07:00
conf.py docs: Mendable Search integration (#2803) 2023-04-13 21:52:25 -07:00
dependents.md docs: updated ecosystem/dependents (#5753) 2023-06-05 16:09:55 -07:00
index.rst docs: Added Deploying LLMs into production + a new ecosystem (#4047) 2023-06-05 12:47:27 -07:00
integrations.rst docs: ecosystem/integrations update 1 (#5219) 2023-05-29 07:25:17 -07:00
make.bat initial commit 2022-10-24 14:51:15 -07:00
Makefile Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
reference.rst docs: Deployments page moved into Ecosystem/ (#4949) 2023-05-21 21:18:22 -07:00
requirements.txt Harrison/docs reqs (#2199) 2023-03-30 08:20:30 -07:00