weaviate / typescript-client

Official Weaviate TypeScript Client
https://www.npmjs.com/package/weaviate-ts-client
BSD 3-Clause "New" or "Revised" License
57 stars 21 forks source link

[Bug?] `weaviate.configure.generative.palm` method requires `projectId` #150

Open databyjp opened 1 week ago

databyjp commented 1 week ago

Currently projectId appears to be a required parameter in the TS API v3 in weaviate.configure.generative.palm method.

The docs indicate this is only required for Google Vertex AI, but not for AI Studio. Source: https://weaviate.io/developers/weaviate/modules/retriever-vectorizer-modules/text2vec-palm#parameters-1

Wdyt? @tsmith023