-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Concept] : Weaviate Migration #788
Comments
We currently have three instances of Weaviate 1 - @ZachHandley Cluster through Peter from Weaviate - This will be our main / production cluster This way we are not messing up anything when we are test casing the integration of weaviate during the dev cycle. |
We can utilize Unstructured -> https://github.com/Unstructured-IO to handle the Blog Post from Weaviate -> https://weaviate.io/blog/ingesting-pdfs-into-weaviate I am thinking we could have these be isolates, running outside of any main application then use a simple queue system to handle the data refinement.
I am down to see if there could be any additional ways to handle it. |
Got Nodepy working with KBVE API, now setting up Weaviate to test case |
Additional Reference Material: Quick Tour -> https://colab.research.google.com/drive/1U8VCjY2-x8c6y5TYMbSFtQGlQVFHCVIW Known Issue with duel column format -> Unstructured-IO/unstructured#356 |
Having Weaviate operates as its own Appwrite function, which will reference either a cloud instance of Weaviate - OR - a swarm instance of Weaviate. I suppose we could split this into two issue tickets a bit later, one ticket for the actual Weaviate Appwrite function and another ticket for the Weaviate Swarm instance. I am just pondering my thoughts on this issue right now. |
Core Concept/Theory
A clear and concise description of what the concept is. Ex. It would be cool if [...]
This ticket is for the Weaviate Migration and Cluster test casing!
Alternative Ideas
Is there any other way this concept could be used?
We are migrating away from ChromaDB as a vector storage and using Weaviate.
Alternative Examples/Sources
Are there any other references that you can provide?
No major examples or sources, but we could put notes up on Weaviate
Additional information
Add any other context or examples of this concept here.
I will add additional information here regarding any sources or material.
The text was updated successfully, but these errors were encountered: