Renamed models/VectorDatabases.py to follow snake case convention (#703)
This commit is contained in:
6
embedchain/models/vector_databases.py
Normal file
6
embedchain/models/vector_databases.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class VectorDatabases(Enum):
|
||||
CHROMADB = "CHROMADB"
|
||||
ELASTICSEARCH = "ELASTICSEARCH"
|
||||
Reference in New Issue
Block a user