spring-projects / spring-ai

An Application Framework for AI Engineering
https://docs.spring.io/spring-ai/reference/1.0-SNAPSHOT/index.html
Apache License 2.0
2.35k stars 540 forks source link

Feat: Add Typesense vector store adapter #728

Open PabloSanchi opened 4 weeks ago

PabloSanchi commented 4 weeks ago

This PR adds support for Typesense vector store to Spring AI. More details about Typesense can be found here.

tzolov commented 3 weeks ago

Hey @PabloSanchi , thank you for the contribution. Have not used the Typesense but like the fact it is open sourced and can be tested in docker containers. Regarding the later could you please add IT tests for the Typesense auto-configuration. Also rename the spring-ai-typesense module and pom artifact to spring-ai-typesense-store instead. and the boot-starter module spring-ai-starter-typesense to spring-ai-starter-typesense-store and the artifact from spring-ai-typesense-spring-boot-starter to spring-ai-typesense-store-spring-boot-starter

PabloSanchi commented 3 weeks ago

Now it should be fixed, I added the tests and renamed the class, I can see that there are conflicts though

PabloSanchi commented 3 weeks ago

I will fix it as soon as I can :)