Can we connect our Weaviate community Self Hosted DB with Weaviate Cloud Console?

Can we connect our Weaviate community Self Hosted DB with Weaviate Cloud Console? If yes what are the operations we can perform and will it be a true replacement of UI driven functions should weaviate vector db’s own UI would have been there.

I have been able to setup Weaviate Community DB on our server, however I am unable to provide a UI console for my client who wants an GUI based accessed for easy operations day to day basis

hi @darklord.thevader !!

Welcome to our community! :hugs:

We have disabled the ability to register self hosted Weaviate servers in our console, because of security concerns.

However, you can use any graphql client to get the same feature of auto complete, etc.

Here is an example using Insomnia:

Let me know if that helps!

Thanks!

Thanks for the quick reply although i am hoping extremely high with weaviate now. Can you suggest some alternate easy to use ways access weaviate somewhat similar to neo4j.

Also do you have any inbuilt cpu compatible embedding models which can be as good as helping us in text and image embeddings?

And i am not talking about huggingface

Aninda

Hi!

We provide, for now, the client to access the DB. And we do not have an Web or App that you could run to “navigate” in Weaviate :frowning:

For your second question, I believe a good option here is using Ollama:

They make it really easy to run models locally. It also have a module to integrate with Weaviate, so it make everything very simple:

By the way, you can find a really nice recipe here that will cover all the steps needed to integrate those:

Let me know if that helps!

Thanks!