Doc comment on text2vec-openai (/modules/retriever-vectorizer-modules/text2vec-openai) #750
Replies: 9 comments 3 replies
-
if the content is vectorized with openai, it means that when a query is done, it need to vectorize the query also? |
Beta Was this translation helpful? Give feedback.
-
How can we authenticate with Azure Open AI using active directory method? |
Beta Was this translation helpful? Give feedback.
-
I'm trying to use our Azure OpenAI account. Currently I can only set the following: "resourceName": "", But we also need to set the api-version and api-key in order to use our Azure OpenAI account. |
Beta Was this translation helpful? Give feedback.
-
How would I get the kmeans clusters of these embeddings from the weaviate collection? I am having a hard time discerning that from the documentation. |
Beta Was this translation helpful? Give feedback.
-
I Have a problems using a text2vec-openai ( Azure openai). How can I set a OPENAI_API_BASE, OPENAI_API_VERSION ? |
Beta Was this translation helpful? Give feedback.
-
Hi, I am using the text2vec-openai module in my project with the goal of having weaviate communicate with my LLM locally. Following what is written in the documentation I added the X-OpenAI-BaseURL field both when I create the class and at Query time. Can anyone help me? |
Beta Was this translation helpful? Give feedback.
-
It seems to me there is a bug because the construction of the endpoint to which the Azure OpenAI embedding service is to be invoked requires parameters that are impossible to set. |
Beta Was this translation helpful? Give feedback.
-
Hi! I would like to know if the text2vec-openai module is using the word-to-vec or the transformers to embed a sentence. |
Beta Was this translation helpful? Give feedback.
-
I really would like to use Weaviate but your documentations is outdated. And there is almost no logs that tells me what's wrong when things go wrong. For example, try to not give the OpenAi key docker env. it just runs without throughing any error or warning. I'm not been digging though the code for 2 days to see why it doesn't my AzureOpenAi module not working. Please, if you want dev to use your product atleast test it a bit and keep the docs up to date. |
Beta Was this translation helpful? Give feedback.
-
Doc comment on text2vec-openai (/modules/retriever-vectorizer-modules/text2vec-openai)
Overview
https://weaviate.io/developers/weaviate/modules/retriever-vectorizer-modules/text2vec-openai
Beta Was this translation helpful? Give feedback.
All reactions