mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
3be9ba14f3
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 |
||
---|---|---|
.. | ||
examples | ||
getting_started.ipynb |