Skip to content

Commit 48fe13d

Browse files
committed
update changelog
1 parent f2eace3 commit 48fe13d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

packages/ragbits-core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
- Switch from imghdr to filetype for image file type check (#563)
56
- Remove prompt lab (#549)
67
- Add batched() helper method to utils (#555)
78
- Rename DocumentMeta create_text_document_from_literal to from_literal (#561)

packages/ragbits-document-search/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
- Improve document file type check (#563)
56
- Fix reranker options typing (#562)
67
- Add query rephraser options (#560)
78
- Rename DocumentMeta create_text_document_from_literal to from_literal (#561)

packages/ragbits-document-search/pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@ classifiers = [
3131
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3232
"Topic :: Software Development :: Libraries :: Python Modules",
3333
]
34-
dependencies = ["unstructured>=0.16.9", "unstructured-client>=0.26.0", "rerankers>=0.6.1", "filetype>=1.2.0,<2.0.0", "ragbits-core==0.17.1"]
34+
dependencies = [
35+
"unstructured>=0.16.9",
36+
"unstructured-client>=0.26.0",
37+
"rerankers>=0.6.1",
38+
"filetype>=1.2.0,<2.0.0",
39+
"ragbits-core==0.17.1",
40+
]
3541

3642
[project.urls]
3743
"Homepage" = "https://github.com/deepsense-ai/ragbits"

0 commit comments

Comments
 (0)