You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GoogleVertexAISearchRetriever does not support "search_kwargs".
Would be nice to support search_kwargs to be able to create code when you can easily switch vector store.
Usually in vector store in langchain you don't specify the number of document to retrieve when creating the retriever but afterward by setting "k"
ValueError: "VertexAISearchRetriever" object has no field "search_kwargs"
Thanks !
The text was updated successfully, but these errors were encountered:
Freezaa9
changed the title
GoogleVertexAISearchRetriever does not support "search_kwargs"
Google VertexAISearchRetriever does not support "search_kwargs"
Jul 24, 2024
Freezaa9
changed the title
Google VertexAISearchRetriever does not support "search_kwargs"
VertexAISearchRetriever does not support "search_kwargs"
Jul 24, 2024
Hi,
GoogleVertexAISearchRetriever does not support "search_kwargs".
Would be nice to support search_kwargs to be able to create code when you can easily switch vector store.
Usually in vector store in langchain you don't specify the number of document to retrieve when creating the retriever but afterward by setting "k"
ValueError: "VertexAISearchRetriever" object has no field "search_kwargs"
Thanks !
The text was updated successfully, but these errors were encountered: