mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
docs fix
This commit is contained in:
parent
d227085e03
commit
5dc39ee388
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
# /vector_stores/{vector_store_id}/search - Search Vector Store
|
||||
# /vector_stores/\{vector_store_id\}/search - Search Vector Store
|
||||
|
||||
Search a vector store for relevant chunks based on a query and file attributes filter. This is useful for retrieval-augmented generation (RAG) use cases.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue