2.6 KiB
2.6 KiB
Issue
Closes #
Change
General checklist
- There are no breaking changes (API, behaviour)
- I have added unit and/or integration tests for my change
- The tests cover both positive and negative cases
- I have manually run all the unit and integration tests in the module I have added/changed, and they are all green
- I have manually run all the unit and integration tests in the core and main modules, and they are all green
- I have added/updated the documentation
- I have added an example in the examples repo (only for "big" features)
- I have added/updated Spring Boot starter(s) (if applicable)
Checklist for adding new maven module
- I have added my new module in the root
pom.xmlandlangchain4j-bom/pom.xml
Checklist for adding new embedding store integration
- I have added a
{NameOfIntegration}EmbeddingStoreITthat extends from eitherEmbeddingStoreITorEmbeddingStoreWithFilteringIT - I have added a
{NameOfIntegration}EmbeddingStoreRemovalITthat extends fromEmbeddingStoreWithRemovalIT
Checklist for changing existing embedding store integration
- I have manually verified that the
{NameOfIntegration}EmbeddingStoreworks correctly with the data persisted using the latest released version of LangChain4j