chroma_db_demo
Run a demo to set up ChromaDB with LangChain, index sample texts, and query vector search results.
Instructions
Demonstrate the ChromaDB vector database with LangChain integration.
Args:
sample_texts: Optional list of sample texts to use for demonstration.
If not provided, default sample texts will be used.
Returns:
Results of setting up and querying the ChromaDB vector database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sample_texts | No |