Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pypandoc_binary dep #60

Merged
merged 4 commits into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<!--suppress HtmlDeprecatedAttribute -->
<div align="center">

<a href="https://www.buymeacoffee.com/cassowary" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-white.png" alt="Buy Me A Coffee" height="30" width="140"></a>

<a href="https://www.buymeacoffee.com/cassowary" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-white.png" alt="Buy Me A Coffee" height="30" width="140"></a>

**NOW** WITH
**NOW** WITH
<a href="#chat-inside-gui-new-feature"><img src="https://img.shields.io/badge/GUI-blue.svg" alt="Roadmap 2023">
<br>
<p align="center">

# CASALIOY - Your local langchain toolkit
# CASALIOY - Your local langchain toolkit

</p>

Expand Down Expand Up @@ -41,6 +40,7 @@ docker pull su77ungr/casalioy:stable
```bash
docker run -it su77ungr/casalioy:stable /bin/bash
```

for older docker without GUI use `casalioy:latest` might deprecate soon

> Fetch the default models
Expand Down Expand Up @@ -68,6 +68,7 @@ pre-commit install
```

If you want GPU support for llama-ccp:

```shell
pip uninstall -y llama-cpp-python
CMAKE_ARGS="-DLLAMA_CUBLAS=on" FORCE_CMAKE=1 pip install --force llama-cpp-python
Expand Down Expand Up @@ -223,7 +224,6 @@ leaving your environment, and with reasonable performance.

<br><br>


# Disclaimer

The contents of this repository are provided "as is" and without warranties of any kind, whether express or implied. We
Expand Down
23 changes: 19 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ langchain = "^0.0.168"
pygpt4all = "^1.1.0"
qdrant-client = "^1.1.7"
unstructured = "^0.6.6" # Handle ingestion file formats
pypandoc-binary = "^1.11" # doc conversion
docx2txt = "^0.8" # Handle docx ingestion file formats
extract-msg = "^0.41.1" # Handle email file formats
llama-cpp-python = "^0.1.50" # 0.1.50 raises an AssertionError / NameError on <5 vic models
Expand Down