Doc comment on Generative Search - OpenAI (/modules/reader-generator-modules/generative-openai) #806
Replies: 4 comments 1 reply
-
how can i get the usage of openai? |
Beta Was this translation helpful? Give feedback.
-
Can't get it to work... i get normal results, but no generative search groupedresult in the response, it shows an OpenAI error: "generate":{"error":"connection to: OpenAI API failed with status: 400 error: -536 is less than the minimum of 1 - 'max_tokens'","groupedResult":null} query payload: { Btw singleResult works fine! |
Beta Was this translation helpful? Give feedback.
-
I have the following spark code in Databricks to write into the Weaviate vector DB. But when I am running the code it is returning: For the Weaviate cluster I am using public authentication. It's a poc. Wondering what kind of permission are expected here. Any suggestion would be great. |
Beta Was this translation helpful? Give feedback.
-
The example properties in the generative-openai moduleConfig have wrong names. Please update the doc to use correct property names and also include new properties that have been added. Correct names from https://github.com/weaviate/weaviate/blob/master/modules/generative-openai/config/class_settings.go : Validation on bad property names should also be considered to prevent false assumptions that they're correct. |
Beta Was this translation helpful? Give feedback.
-
Doc comment on Generative Search - OpenAI (/modules/reader-generator-modules/generative-openai)
In short
https://weaviate.io/developers/weaviate/modules/reader-generator-modules/generative-openai
Beta Was this translation helpful? Give feedback.
All reactions