langchain/docs/modules/indexes/vectorstores
Davis Chase 3be9ba14f3
OpenSearch top k parameter fix (#5216)
For most queries it's the `size` parameter that determines final number
of documents to return. Since our abstractions refer to this as `k`, set
this to be `k` everywhere instead of expecting a separate param. Would
be great to have someone more familiar with OpenSearch validate that
this is reasonable (e.g. that having `size` and what OpenSearch calls
`k` be the same won't lead to any strange behavior). cc @naveentatikonda

Closes #5212
2023-05-25 09:51:23 -07:00
..
examples OpenSearch top k parameter fix (#5216) 2023-05-25 09:51:23 -07:00
getting_started.ipynb docs: improved vectorstore notebooks (#3724) 2023-04-28 19:26:50 -07:00