Skip to content

Commit

Permalink
Fixing issue w/ Azure embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmingo committed Dec 18, 2024
1 parent c6d6d1a commit b77ccaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ async def dispatch(self, request, call_next):
OLLAMA_BASE_URL = get_env_variable("OLLAMA_BASE_URL", "http://ollama:11434")
AWS_ACCESS_KEY_ID = get_env_variable("AWS_ACCESS_KEY_ID", "")
AWS_SECRET_ACCESS_KEY = get_env_variable("AWS_SECRET_ACCESS_KEY", "")
RAG_AZURE_CHUNK_SIZE = int(get_env_variable("RAG_AZURE_CHUNK_SIZE", "1"))

## Embeddings

Expand Down

0 comments on commit b77ccaa

Please sign in to comment.