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

Embedding model -reason: unable to get local issuer certificate #1223

Open
3 tasks done
majuansari opened this issue May 2, 2024 · 3 comments
Open
3 tasks done

Embedding model -reason: unable to get local issuer certificate #1223

majuansari opened this issue May 2, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@majuansari
Copy link

Before submitting your bug report

Relevant environment info

- OS: Macosx 
- Continue: v0.0.43-jetbrains
- IDE: Intellij

Description

FetchError: request to https://api.voyageai.com/v1/embeddings failed, reason: unable to get local issuer certificate

To reproduce

"embeddingsProvider": {
	"provider": "openai",
	"model": "voyage-code-2",
	"apiBase": "https://api.voyageai.com/v1/",
	"apiKey": "--"
},

Add voyage ai or open ai as embedding provider.

And run @codebase explain.

Quesiton: is there a verify_ssl for embedding provider ?

Log output

Error running handler for "context/getContextItems":  FetchError: request to https://api.voyageai.com/v1/embeddings failed, reason: unable to get local issuer certificate
FetchError: request to https://api.voyageai.com/v1/embeddings failed, reason: unable to get local issuer certificate
@majuansari majuansari added the bug Something isn't working label May 2, 2024
@sestinj sestinj self-assigned this May 2, 2024
@sestinj
Copy link
Contributor

sestinj commented May 2, 2024

@majuansari In the next release of the JetBrains extension (0.0.47, and currently in VS Code) you will be able to use the global "requestOptions" object. It is the same as the one you can put inside of a model, but goes in the root of config.json.

@majuansari
Copy link
Author

Thanks for the update @sestinj . Any tentative timeline for the release?

@sestinj
Copy link
Contributor

sestinj commented May 8, 2024

Aiming for Friday!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants