ChromaDB
JSON →Provides AI assistants with persistent memory using ChromaDB vector storage.
Tools · 14
- store_knowledge Store information in ChromaDB for future reference
- retrieve_information Search ChromaDB for stored information
- build_context Add documentation or patterns to collections
- quick_load Quickly load files into a temporary collection for processing
- batch_ingest Process entire directories of files into a collection
- export_collection Export a collection to a JSON backup file
- import_collection Import a JSON backup into a new collection
- unload_collection Remove a temporary collection to free memory
- scan_directory Scan a directory to see what files are present
- find_duplicates Find duplicate files using hash-based detection
- compare_files Check if two files are identical
- search_by_camera Find photos shot with a specific camera model
- search_by_location Find photos by GPS coordinates
- search_by_date Find photos from a specific date or date range
Environment variables
CHROMADB_URL