Skip to content
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

Milvus embedding store + Dev services #156

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

jmartisk
Copy link
Collaborator

@jmartisk jmartisk commented Dec 14, 2023

Unfortunately I had to go with the official Milvus Java client in the end, and that contains some crazy dependencies that probably prevent us from compiling in native for now.

I tried a REST client, but Milvus's REST api seems quite unfinished and doesn't seem to allow specifying the schema of a newly being created collection.

But hey, with this approach, it should be relatively low amount of maintenance work for us, because we basically just take what langchain4j has, without changes.

The bad part is that since we're using their gRPC client it's not integrated with the gRPC extension (so no metrics, tracing etc)

@jmartisk jmartisk requested a review from a team as a code owner December 14, 2023 11:42
@jmartisk jmartisk force-pushed the milvus-official-grpc branch from 7642aa6 to 86d60f5 Compare December 14, 2023 11:44
@jmartisk jmartisk changed the title Milvus embedding store Milvus embedding store + Dev services Dec 14, 2023
@jmartisk jmartisk force-pushed the milvus-official-grpc branch from 86d60f5 to 1fd164f Compare December 14, 2023 11:51
@geoand
Copy link
Collaborator

geoand commented Dec 14, 2023

The bad part is that since we're using their gRPC client it's not integrated with the gRPC extension (so no metrics, tracing etc)

Hopefully at some point in the future we can use our own which would allow us to reap the many benefits as you mentioned

@geoand geoand merged commit ec6d4f8 into quarkiverse:main Dec 14, 2023
2 checks passed
@jmartisk jmartisk mentioned this pull request Dec 19, 2023
@jmartisk jmartisk deleted the milvus-official-grpc branch December 20, 2023 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants