Fu Cheng
Fu Cheng
Add tests to check if the Docker image is valid to find issues like #14 earlier
Due to Spring Boot's [limitations](http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-developing-web-applications.html#boot-features-jsp-limitations) on JSP files, swagger-ui may not load correctly when using in Spring Boot. I had issues like JSP files rendered as plain text or JSP...
**Bug description** ContentFormatterTests failed on Windows. This is a Windows specific issue. ``` org.opentest4j.AssertionFailedError: expected: "llmKey2: value4 embedKey1: value1 embedKey2: value2 embedKey3: value3 The World is Big and Salvation Lurks...
Upgrade Apache Tika to `3.0.0-BETA2`
In the current implementation of `ChromaVectorStore`, when `initializeSchema` is set to `false`, `collectionId` will be set to `null`, all Chroma API calls will fail with 404 error due to empty...
The new `DocumentRetriever` should be the interface for all implementations that can retrieve documents, including vector stores. So I think it's reasonable for `VectorStore` to extend from `DocumentRetriever`.
In the current implementation of `QuestionAnswerAdvisor`, the user text is always used as the query sent to `VectorStore`'s `similaritySearch` method. This may not be the case for some advanced RAG...