Google automatic token generation
Hi! As I understand, those settings as well as the credentials json must set on the server side, not on the client side. Once you do that on the server side, the client can be initialized without the...
View ArticleGoogle automatic token generation
I’m pretty sure I have set up the necessary steps on the server side and have the credentials json file set up. I assumed that I no longer need to pass the headers when connecting to the weaviate...
View ArticleHow to get the disk usage for weaviate data for each collection
Thanks for your response, I will try your solution.
View ArticleGoogle automatic token generation
Hi @Cobyboss ! As I never used this feature myself, I will take some time to try reproducing this myself and possibly escalating with out team. I’ll be back with more info. Thanks!
View ArticleHow can I batch query by id when using JS/TS v3?
Is there a recommended way to query for multiple objects, based on their id, when using the JS/TS v3 client? I see that I can query against a single id as follows: const jeopardy =...
View Article[Question] Syncing embedded Weaviate with Cloud?
I couldn’t find much information on how to set up syncing between the two so that the data gets replicated with cloud. Trying to create a local-first but cloud sync also solution
View ArticleHow can I batch query by id when using JS/TS v3?
Hi, you can do const myArticleCollection = client.collections.get('Article'); const creationTime = '2020-01-01T00:00:00+00:00' result = await myArticleCollection.query.fetchObjects({ filters:...
View Article[Question] Syncing embedded Weaviate with Cloud?
Good morning @Tejas_Sharma, I hope you having a lovely week! I understand that you are trying to replicate data to Weaviate Cloud Cluster from a Local Cluster, Am I correct? You can use a migration...
View ArticleHow to use Python V4 Api with Azure?
How to set another key for azure gpt as embedding and generative, has different keys : client = weaviate.connect_to_local( host=‘146.122.25.252’, port=8500, headers={ ‘X-Azure-Api-Key’: azure_api_key,...
View ArticleHow to use Python V4 Api with Azure?
hi @dror-pipano_SAGCP !! Welcome to our community I don’t think there is this distinction on different azure keys for embedding and generative That’s an interesting edge case.
View ArticleHow to use Python V4 Api with Azure?
Thanks. As far as I use it in different project, it’s like that, maybe it’s relates to the way I was provided with Azure resources within my company.
View Article[Question] Syncing embedded Weaviate with Cloud?
Hi Mohamed, Thanks for getting back. Actually, I’m not trying to migrate but keep both since the user would want a local-first too in case their internet is not available. I was wondering if there was...
View ArticleHow to use Python V4 Api with Azure?
definitely. It is best to have one api key that will have access to all required resources.
View ArticleChanging vertex project_id in embeddings configuration
Description Existing vector collection based on google vertex multi2vec_palm embeddings. Collection created and working fine. (with following configuration)...
View ArticleFilter By Missing References
Description Hi Support Team, I have seen a lot of documentation on filtering by a reference. However, I do not see anything on how to filter for objects that do not have a reference. I am trying to do...
View ArticleFilter By Missing References
Hi, please have a look here: Conditional filters | Weaviate - Vector Database
View Article[Question] Syncing embedded Weaviate with Cloud?
Hi @Tejas_Sharma, What you’re trying to achieve sounds like a fantastic idea and a valuable feature to implement. Currently, there isn’t a straightforward way to establish such synchronous behavior...
View ArticleConditional filter with python client v4
I used to query a collection with …query.with_where(filter) with python client v3, where filter was a formal conditional filter like { “operator”: “And”, “operands”: [ {“path”: [“color”], “operator”:...
View ArticleChanging vertex project_id in embeddings configuration
Hi @Sridhar_Iyer, I hope you’re having an awesome week! If I understood you correctly, you would like to change the project_id property by renaming it to something else or deleting it, right? In such...
View Article