Vector Search
📢 Note: The API is currently in Beta.
After creating a pipeline, you can perform a Vector Search on it.
Call the retrieval endpoint
Make sure to include the code and imports from the Getting Started page.
First, we need to retrieve the pipeline ID. If you created the pipeline via API, you should have the ID in the response. Otherwise you can always list the pipelines and get the ID from there. From the platform, you can navigate into the pipeline page and check the id in the browser url.
Last updated
Was this helpful?