V4 Client can't parse my custom url
light: Unfortunately, not, it’s a work instance with no external access. Bummer Do you feel comfortable digging into a client with a debugger? Something seems like it is None here that should not be...
View ArticleHow does encryption work on Weaviate?
Hi @Tejas_Sharma, Thank you for your question. have a support ticket open with you in our ticketing system, and I’m currently working to address your inquiries there. Wishing you a lovely day!
View ArticleV4 Client can't parse my custom url
I can see it’s giving me URL: 'https://subdomain.subdomain.domain.com:443/8b449c1e-bdfd-4d87-b6f5-70b31bd03ae5/llm-tool-weaviate-master-weaviate/v1/' Could the port there be causing issues? I can’t...
View ArticleHow to configure weaviate env
hi @ywen !! Welcome to our community! This error message will surface when you create a collection without a vectorizer. In that case, Weaviate is not able to vectorize your query. So it doesn’t even...
View ArticleVerba: Failing to embed using Weaviate Service
It will depend on the model you have chosen. I have did a quick research, and I don’t think that ollama current available embed models support PT-BR ollama.com library Get up and running with large...
View ArticleLog null responses
Hi, I have managed to customise the response for when there is no information related to question but I was wanting to log what the user asked that generated this kind of response. So then I know what...
View ArticleHelp wrapping my head on two named vectors configs
Ciao @rjalex ! You mean passing a list of NamedVectors to vectrorizer_config instead of the usual wvc.config.Configure.Vectorizer? If that’s the case, you could get the same result of...
View ArticleDocker on webserver - maintain same volume when using new image
Hi, I am using docker on a webserver and I want it to maintain the same volume and not create a new one each time I upload a new image and deploy that. How can I do this please? Jay
View ArticleDocker on webserver - maintain same volume when using new image
hi! Not sure I understood you question. Can you elaborate or give some examples? Thanks!
View ArticleDocker on webserver - maintain same volume when using new image
Sorry. So when i am using weaviate verba on my local pc, deploying via docker, it works as expected creating one volume. When i make front end changes and deploy a new build it continues to use the...
View ArticleWeaviateQueryError when using JS/TS client to query named vectors - class has...
Description Hello, I’m using Weaviate Cloud for my RAG application and recently ran into this error after upgrading to version 1.26.7 that never occurred using earlier versions: WeaviateQueryError:...
View ArticleV4 Client can't parse my custom url
Could you try to directly initialize weaviate.WeaviateClient(connection_params: Optional[ConnectionParams]) without going through our helpers? Then you should be able to put in any combination. Might...
View ArticleWeaviateQueryError when using JS/TS client to query named vectors - class has...
Hi @Kyle_Xiong, welcome to the community! It looks to me like you are using the .generate.nearText function incorrectly. This is its type signature: * @param {string | string[]} query - The query to...
View ArticleErrors: text too long for vectorization. Tokens for text: 10440, max tokens...
Description Hi there I am trying to generate some vector embeddings via Mistral AI but I am having few issues first of all I was getting 429 issue on object insertion i fixed it by limiting the number...
View ArticleV4 Client can't parse my custom url
Getting SSL issues on work machine, any suggestions how to ignore that here? I’ve tried using work certs which haven’t worked so far.
View ArticleV4 Client can't parse my custom url
hi @light ! You may have a http ssl proxy of some sort, like zscaler or fortigate. You can work around this by getting the Root CA and patching the certifi one. This is an example for zscaler: cat...
View ArticleV4 Client can't parse my custom url
DudaNogueira: cat ZscalerRootCA.pem >> $(python -m certifi) I think our company uses palo/GP for packet inspection stuff replacing all our certs. So can be annoying to work around that, so often...
View ArticleWeaviateQueryError when using JS/TS client to query named vectors - class has...
Hi Tommy, thanks for the reply! You’re right, I was using the generate API incorrectly - I was using it analogously to query.nearText and didn’t see that the grouped_task keyword belongs in the 2nd...
View ArticleErrors: text too long for vectorization. Tokens for text: 10440, max tokens...
hi @Muhammad_Ashir ! Welcome to our community What is the version you are using both for server and client? Can you paste the entire traceback? This message can happen if you pass a too big of content...
View Article