Files
langchain/docs
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 08:06:45 -07:00
2023-05-24 01:25:18 -07:00
2023-05-17 11:52:22 -04:00
2023-03-30 08:20:30 -07:00