Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/sdk'
Browse files Browse the repository at this point in the history
  • Loading branch information
tea9297 committed Jun 20, 2024
2 parents a856479 + 016bb1c commit ed17815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# akasha

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![pypi package : 0.8.38](https://img.shields.io/badge/pypi%20package-0.8.36-blue)](https://pypi.org/project/akasha-terminal/)
[![pypi package : 0.8.39](https://img.shields.io/badge/pypi%20package-0.8.36-blue)](https://pypi.org/project/akasha-terminal/)
[![python version : 3.8 3.9 3.10](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue)](https://www.python.org/downloads/release/python-380/)
![GitLab CI](https://img.shields.io/badge/gitlab%20ci-%23181717.svg?style=for-the-badge&logo=gitlab&logoColor=white)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"bert-score==0.3.13",
"click",
"tokenizers>=0.19.1",
"streamlit>=1.33.0",
"streamlit==1.32.0",
"streamlit_option_menu>=0.3.6",
"rank_bm25",
"unstructured",
Expand All @@ -43,7 +43,7 @@

setup(
name="akasha-terminal",
version="0.8.38",
version="0.8.39",
description="document QA package using langchain and chromadb",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ed17815

Please sign in to comment.