Quantcast
Channel: Weaviate Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 3588

Openai API key fails when i connect with weaviate but works with normal chat completion api

$
0
0

You can create the code and remove any sensitive information. That will help.

From what I have seen, if you are using unstructured-ingest, note that that integration is outdated as it is using our python v3 client :grimacing:

    embedding_config=EmbeddingConfig(
        provider="azure",
        api_key=openai.api_key,
    ),

shouldn’t the provider here be openai?

Ps: I never used this code from unstructured-ingest


Viewing all articles
Browse latest Browse all 3588

Trending Articles