Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the project only support OpenAI key but not Azure Key? #62

Open
JamieVC opened this issue Sep 9, 2024 · 0 comments
Open

Does the project only support OpenAI key but not Azure Key? #62

JamieVC opened this issue Sep 9, 2024 · 0 comments

Comments

@JamieVC
Copy link

JamieVC commented Sep 9, 2024

Does the GRAPHRAG_API_KEY only accept the **openai_chat ** and openai_embedding ?
How to also support azure_openai_chat and azure_openai_embedding ?


encoding_model: cl100k_base
skip_workflows: []
llm:
api_key: ${GRAPHRAG_API_KEY}
type: openai_chat # or azure_openai_chat
model: mistral
model_supports_json: true # recommended if this is available for your model.

embeddings:

async_mode: threaded # or asyncio
llm:
api_key: ${GRAPHRAG_API_KEY}
type: openai_embedding # or azure_openai_embedding
model: nomic-embed-text
api_base: http://localhost:11434/api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant