issues
search
gptscript-ai
/
knowledge
Knowledge for GPTScript
https://gptscript-ai.github.io/knowledge/
Apache License 2.0
29
stars
14
forks
source link
feat(breaking): EmbeddingModelProviderConfig
#44
Closed
iwilltry42
closed
3 months ago
iwilltry42
commented
3 months ago
Features
new flag
-c
/
--config-file
to define a config file
config file that currently only supports setting an embeddings provider (see
examples/configfiles/embedding_provider.yaml
)
embeddings providers:
Cohere
Google Vertex AI (
PR for chromem-go
)
OpenAI (+ Azure)
Cohere
Vertex
Jina
Mistral
Mixedbread
LocalAI
Ollama
Breaking Changes
removes all OpenAI flags -> now only available via env and config file
Features
-c
/--config-file
to define a config fileBreaking Changes