Skip to content

Commit 6f8d93c

Browse files
committed
Move changelog item to right version
1 parent b066009 commit 6f8d93c

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,27 @@
44

55
## 0.2.0
66

7+
### Fixed
8+
9+
- Removed Pinecone and Weaviate retrievers from **init**.py to prevent ImportError when optional dependencies are not installed.
10+
711
## 0.2.0a5
812

913
## 0.2.0a3
1014

1115
### Added
1216

13-
- Introduced custom exceptions for improved error handling, including `RetrieverInitializationError`, `SearchValidationError`, `FilterValidationError`, `EmbeddingRequiredError`, `RecordCreationError`, `Neo4jIndexError`, and `Neo4jVersionError`.
14-
- Retrievers that integrates with a Weaviate vector database: `WeaviateNeo4jRetriever`.
15-
- New return types that help with getting retriever results: `RetrieverResult` and `RetrieverResultItem`.
16-
- Supported wrapper embedder object for sentence-transformers embeddings: `SentenceTransformerEmbeddings`.
17-
- `Text2CypherRetriever` object which allows for the retrieval of records from a Neo4j database using natural language.
17+
- Introduced custom exceptions for improved error handling, including `RetrieverInitializationError`, `SearchValidationError`, `FilterValidationError`, `EmbeddingRequiredError`, `RecordCreationError`, `Neo4jIndexError`, and `Neo4jVersionError`.
18+
- Retrievers that integrates with a Weaviate vector database: `WeaviateNeo4jRetriever`.
19+
- New return types that help with getting retriever results: `RetrieverResult` and `RetrieverResultItem`.
20+
- Supported wrapper embedder object for sentence-transformers embeddings: `SentenceTransformerEmbeddings`.
21+
- `Text2CypherRetriever` object which allows for the retrieval of records from a Neo4j database using natural language.
1822

1923
### Changed
20-
- Replaced `ValueError` with custom exceptions across various modules for clearer and more specific error messages.
24+
25+
- Replaced `ValueError` with custom exceptions across various modules for clearer and more specific error messages.
2126

2227
### Fixed
23-
- Updated documentation to include new custom exceptions.
24-
- Improved the use of Pydantic for input data validation for retriever objects.
25-
- Removed Pinecone and Weaviate retrievers from __init__.py to prevent ImportError when optional dependencies are not installed.
28+
29+
- Updated documentation to include new custom exceptions.
30+
- Improved the use of Pydantic for input data validation for retriever objects.

0 commit comments

Comments
 (0)