Files
spring-ai/vector-stores/spring-ai-mariadb-store
Ilayaperumal Gopinathan 3e9256fc00 Fix MariaDBVectorStore Document embedding
- Create an explicit MariaDBDocument to store the embeddings of its content
    - This is because the Spring AI Document no longer holds reference to its embeddings
 - Address the test case which checks just the MariaDB documents storing without their embeddings
 - Re-enable the MariDB ITs
2024-12-06 07:43:48 +00:00
..