Skip to content

Commit

Permalink
Merge branch 'main' into packaging/fix/change-local-wheel-filename-sc…
Browse files Browse the repository at this point in the history
…heme
  • Loading branch information
pmeier authored Jan 16, 2025
2 parents 4c112fe + dca421b commit 0138acf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ build:
- ./git-lfs install
- ./git-lfs fetch
- ./git-lfs checkout
pre_install:
- git update-index --assume-unchanged $(git status --untracked-files=no
--porcelain | sed -E "s/\s*\S+\s+//")
post_install:
- git update-index --really-refresh || true

mkdocs:
configuration: mkdocs.yml
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/gallery_python_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#
# - [ragna.source_storages.Chroma][]
# - [ragna.source_storages.LanceDB][]
# - [ragna.source_storages.QdrantDB][]
# - [ragna.source_storages.Qdrant][]

# %%
# ## Step 3: Select an assistant
Expand Down
1 change: 1 addition & 0 deletions ragna/source_storages/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
__all__ = [
"Chroma",
"LanceDB",
"Qdrant",
"RagnaDemoSourceStorage",
]

Expand Down

0 comments on commit 0138acf

Please sign in to comment.