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

embeddings/api_base is ignored in settings.yaml #74

Open
bertalan-fodor opened this issue Oct 3, 2024 · 3 comments
Open

embeddings/api_base is ignored in settings.yaml #74

bertalan-fodor opened this issue Oct 3, 2024 · 3 comments

Comments

@bertalan-fodor
Copy link

For me it seems, that my setting for embeddings api base is ignored. The fragment is:

type: openai_embedding # or azure_openai_embedding
model: nomic-embed-text
api_base: http://192.168.50.13:11434/v1

However, in the logs I see the following:
20:02:25,224 graphrag.index.verbs.text.embed.strategies.openai INFO embedding 125 inputs via 125 snippets using 8 batches. max_batch_size=16, max_tokens=8191
20:02:25,232 httpx INFO HTTP Request: POST http://127.0.0.1:11434/api/embeddings "HTTP/1.1 404 Not Found"

The config is correctly read and displayed when running with --verbose. Just the value is not used when the actual call is made.

@leftluoyi
Copy link

same problem here

@tarikalim
Copy link

any solution?

@brycelund
Copy link

I'm also seeing this error

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

4 participants