Loading...
Loading...
Search, query, and manage Weaviate vector database collections. Use for semantic search, hybrid search, keyword search, natural language queries with AI-generated answers, collection management, data exploration, filtered fetching, data imports from CSV/JSON/JSONL files, create example data and collection creation.
npx skill4agent add weaviate/agent-skills weaviateWEAVIATE_URLWEAVIATE_API_KEYtext2vec_weaviateuv run scripts/list_collections.pyuv run scripts/example_data.pyuv run scripts/get_collection.py --name "COLLECTION_NAME"uv run scripts/explore_collection.py "COLLECTION_NAME"uv run scripts/import.py "data.csv" --collection "CollectionName"uv run scripts/create_collection.py Article \
--properties '[{"name": "title", "data_type": "text"}, {"name": "body", "data_type": "text"}]'ask.pyquery_search.pyhybrid_search.pysemantic_search.pykeyword_search.py--jsonWEAVIATE_URL not setCollection not foundlist_collections.pyAuthentication error