Trần Văn Kiên

Results 12 comments of Trần Văn Kiên

unknow model (models/chat-bison-001) & Cannot read properties of undefined (reading 'text')

I think that bard is generate text better than palm in some languages not English

> Hey guys ! I have been working on a project which basically involves integrating Bard with langChain but I couldn't find a solution. It works fine with other HuggingFace...

I'm hitting this error: `grpc_message:"Wrong input: Vector inserting error: expected dim: 1536, got 768"`

That's not Qdrant's problem. You can solve that error by deleting old collection and create a new collection with correct dimension size. for instance: OpenAI embedding is 1536, Gemini is...

I have the same problem: path: /var/www/html/hugo/mysite/ {"status":"ko","error":"config file not found"}

With chromadb 0.4, Our result as below: ![image](https://github.com/chroma-core/chroma/assets/3217438/c12d9ad2-f54f-454d-ac2c-268e7520ba20) Sometime it is very slow: ![image](https://github.com/chroma-core/chroma/assets/3217438/d077f8dd-719a-46b6-8a85-45c38d543eab)

One more bug: "Cannot convert argument to a ByteString because the character at index 58 has a value of 65279 which is greater than 255." ![image](https://github.com/FlowiseAI/Flowise/assets/3217438/5e85e708-7e36-485f-bb45-e36769b3f44e)

> hmm perhaps there's some setup problem got PaLM. Here's a tutorial on using PaLM on Flowise - https://youtu.be/CfpZ_xZG3bM?si=jeoPF6KtT42mvjtK Your clip is not using `Conversational Retrieval QA Chain` and not...

GooglePaLM is working fine with `models/text-bison-001`, but ChatGooglePaLM is not working with `models/chat-bison-001`.