Skip to content

Commit

Permalink
Release/v0.3.7 (#883)
Browse files Browse the repository at this point in the history
* edit migration guide

* add api docs

* dump version 0.3.7

---------

Co-authored-by: jeffrey <[email protected]>
  • Loading branch information
vkehfdl1 and jeffrey authored Oct 24, 2024
1 parent 441df24 commit 3f98336
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autorag/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.6
0.3.7
1 change: 1 addition & 0 deletions docs/source/api_spec/autorag.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Subpackages
autorag.nodes
autorag.schema
autorag.utils
autorag.vectordb

Submodules
----------
Expand Down
37 changes: 37 additions & 0 deletions docs/source/api_spec/autorag.vectordb.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
autorag.vectordb package
========================

Submodules
----------

autorag.vectordb.base module
----------------------------

.. automodule:: autorag.vectordb.base
:members:
:undoc-members:
:show-inheritance:

autorag.vectordb.chroma module
------------------------------

.. automodule:: autorag.vectordb.chroma
:members:
:undoc-members:
:show-inheritance:

autorag.vectordb.milvus module
------------------------------

.. automodule:: autorag.vectordb.milvus
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: autorag.vectordb
:members:
:undoc-members:
:show-inheritance:
6 changes: 3 additions & 3 deletions docs/source/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ from autorag.data.qa.sample import random_single_hop
from autorag.data.qa.schema import Raw
```

# v0.3.6 migration guide
# v0.3.7 migration guide

At v0.3.6, there are changes of the vectordb.
You have to specify what vectordb you want to use at the config YAML file.

- v0.3.5 version (previous v0.3.6)
- v0.3.6 version (previous v0.3.7)

```yaml
node_lines:
Expand All @@ -62,7 +62,7 @@ node_lines:
weight_range: (4, 30)
```
- v0.3.6 version
- v0.3.7 version
```yaml
vectordb:
Expand Down

0 comments on commit 3f98336

Please sign in to comment.