You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* "WIP: adding bedrock embeddings"
* WIP: feat bedrock embeddings support
* feat: aws bedrock embeddings support
* refactor: update aws region var name
* docs: update env variables documentation for bedrock
* docs: add bedrock embeddings provider in list
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,14 +61,15 @@ The following environment variables are required to run the application:
61
61
-`PDF_EXTRACT_IMAGES`: (Optional) A boolean value indicating whether to extract images from PDF files. Default value is "False".
62
62
-`DEBUG_RAG_API`: (Optional) Set to "True" to show more verbose logging output in the server console, and to enable postgresql database routes
63
63
-`CONSOLE_JSON`: (Optional) Set to "True" to log as json for Cloud Logging aggregations
64
-
-`EMBEDDINGS_PROVIDER`: (Optional) either "openai", "azure", "huggingface", "huggingfacetei" or "ollama", where "huggingface" uses sentence_transformers; defaults to "openai"
64
+
-`EMBEDDINGS_PROVIDER`: (Optional) either "openai", "bedrock", "azure", "huggingface", "huggingfacetei" or "ollama", where "huggingface" uses sentence_transformers; defaults to "openai"
65
65
-`EMBEDDINGS_MODEL`: (Optional) Set a valid embeddings model to use from the configured provider.
66
66
-**Defaults**
67
67
- openai: "text-embedding-3-small"
68
68
- azure: "text-embedding-3-small" (will be used as your Azure Deployment)
0 commit comments