Files
langchain-python/langchain/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
..
2023-05-24 01:24:58 -07:00
2023-05-18 09:27:09 -07:00
2023-04-24 11:50:55 -07:00
2023-04-27 08:14:36 -07:00
2023-04-22 09:17:38 -07:00
2023-04-24 11:50:55 -07:00
2023-04-28 21:25:33 -07:00
2023-04-24 19:54:15 -07:00
2023-05-24 01:24:58 -07:00
2023-04-22 08:26:19 -07:00