weaviatedb
langroid/vector_store/weaviatedb.py
WeaviateDB(config=WeaviateDBConfig())
¶
Bases: VectorStore
Source code in langroid/vector_store/weaviatedb.py
validate_and_format_collection_name(name)
staticmethod
¶
Formats the collection name to comply with Weaviate's naming rules: - Name must start with a capital letter. - Name can only contain letters, numbers, and underscores. - Replaces invalid characters with underscores.