langchain/libs/community/langchain_community/retrievers
k.muto 8d2c34e655
community: Fix all page numbers were the same for _BaseGoogleVertexAISearchRetriever (#19175)
- Description:
- This pull request is to fix a bug where page numbers were not set
correctly. In the current code, all chunks share the same metadata
object doc_metadata, so the page number is set with the same value for
all documents. To fix this, I changed to using separate metadata objects
for each chunk.
- Issue:
  - None
- Dependencies:
  - No additional dependencies are required for this change.
- Twitter handle:
  - @eycjur

- Test
- Even if it's not a bug, there are cases where everything ends up with
the same number of pages, so it's very difficult for me to write
integration tests.
2024-03-16 22:28:56 +00:00
..
__init__.py community[patch]: flattening imports 3 (#18939) 2024-03-12 15:18:54 -07:00
arcee.py community[patch]: docstrings (#16810) 2024-02-09 12:48:57 -08:00
arxiv.py
azure_cognitive_search.py
bedrock.py
bm25.py
breebs.py community[minor]: Breebs docs retriever (#16578) 2024-02-05 15:51:08 -08:00
chaindesk.py
chatgpt_plugin_retriever.py
cohere_rag_retriever.py
databerry.py
docarray.py
elastic_search_bm25.py
embedchain.py community[patch]: Fixing embedchain document mapping (#18255) 2024-02-29 14:54:37 -08:00
google_cloud_documentai_warehouse.py
google_vertex_ai_search.py community: Fix all page numbers were the same for _BaseGoogleVertexAISearchRetriever (#19175) 2024-03-16 22:28:56 +00:00
kay.py
kendra.py community[patch]: Added support for filter out AWS Kendra search by score confidence (#12920) 2024-03-07 17:28:09 -08:00
knn.py
llama_index.py community[patch]: removing "response_mode" parameter in llama_index retriever (#18180) 2024-03-01 12:05:09 -08:00
metal.py
milvus.py
outline.py
pinecone_hybrid_search.py
pubmed.py
pupmed.py
qdrant_sparse_vector_retriever.py
remote_retriever.py
svm.py
tavily_search_api.py
tfidf.py community[patch]: Patch tdidf retriever (CVE-2024-2057) (#18695) 2024-03-06 15:49:04 -05:00
vespa_retriever.py
weaviate_hybrid_search.py
wikipedia.py
you.py community: Add you.com tool, add async to retriever, add async testing, add You tool doc (#18032) 2024-03-03 14:30:05 -08:00
zep.py
zilliz.py