Skip to content

Adding qdrant example#172

Merged
Croway merged 1 commit intoapache:mainfrom
smongiar:qdrant-example
Mar 30, 2026
Merged

Adding qdrant example#172
Croway merged 1 commit intoapache:mainfrom
smongiar:qdrant-example

Conversation

@smongiar
Copy link
Copy Markdown
Contributor

No description provided.

@Croway
Copy link
Copy Markdown
Contributor

Croway commented Feb 23, 2026

instead of having a basic example for qdrant, it would be nice to have a full RAG e2e flow using camel openai that uses qdrant as vector store

@smongiar
Copy link
Copy Markdown
Contributor Author

instead of having a basic example for qdrant, it would be nice to have a full RAG e2e flow using camel openai that uses qdrant as vector store

It can be done replacing the generic Spring AI endpoint in ai-agent example. We can work on that, if you want.

Obviously it introduces more complexity.

@Croway
Copy link
Copy Markdown
Contributor

Croway commented Feb 23, 2026

No, actually spring ai hides the complexity of working with the vector store.. which is good and bad.

For this use case, try to use camel openai ala https://camel.apache.org/components/next/openai-component.html#_postgresql_pgvector_recommended

@smongiar smongiar force-pushed the qdrant-example branch 4 times, most recently from f72fc8c to fa4f796 Compare March 5, 2026 16:02
@smongiar smongiar requested a review from Croway March 26, 2026 13:21
@@ -0,0 +1,12 @@
package org.apache.camel.example.springboot.qdrant;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing license header

qdrant/pom.xml Outdated
<artifactId>camel-jackson-starter</artifactId>
</dependency>

<!-- test -->
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests dependencies can be removed since there are no tests

@smongiar smongiar requested a review from Croway March 26, 2026 14:56
@smongiar
Copy link
Copy Markdown
Contributor Author

Test failure not related to this issue, but to this

@Croway Croway merged commit 5335ca6 into apache:main Mar 30, 2026
1 check failed
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