15 lines
408 B
Plaintext
15 lines
408 B
Plaintext
# Gemini API key used by Weaviate's Gemini vectorizer backend
|
|
GEMINI_API_KEY=your-gemini-api-key
|
|
|
|
# Weaviate connection (local Docker instance)
|
|
WEAVIATE_HOST=localhost
|
|
WEAVIATE_HTTP_PORT=8080
|
|
WEAVIATE_GRPC_PORT=50051
|
|
|
|
# Microsoft SQL Server connection
|
|
SQL_DRIVER=ODBC Driver 17 for SQL Server
|
|
SQL_SERVER=localhost
|
|
SQL_DATABASE=your-database-name
|
|
SQL_USERNAME=your-sql-username
|
|
SQL_PASSWORD=your-sql-password
|