Skip to content

Commit ebae8ce

Browse files
committed
fix nc_py_api to 0.20.2
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent bc4fe91 commit ebae8ce

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ jobs:
192192
run: |
193193
./occ app_api:daemon:register --net host manual_install "Manual Install" manual-install http localhost http://localhost:8080
194194
./occ app_api:app:register context_chat_backend manual_install --json-info "{\"appid\":\"context_chat_backend\",\"name\":\"Context Chat Backend\",\"daemon_config_name\":\"manual_install\",\"version\":\"${{ fromJson(steps.appinfo.outputs.result).version }}\",\"secret\":\"12345\",\"port\":10034,\"scopes\":[],\"system_app\":0}" --force-scopes --wait-finish
195+
ls -la context_chat_backend/persistent_storage/*
195196
196197
- name: Scan files, baseline
197198
run: |

main_em.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
'model_files',
8383
em_conf.llama['model'],
8484
)
85+
logger.debug(f'Trying model path: {em_conf.llama["model"]}')
8586

8687
# if the model file is still not found, raise an error
8788
if not os.path.isfile(em_conf.llama['model']):

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ langchain-postgres
1111
langchain-unstructured
1212
llama_cpp_python
1313
msg-parser
14-
nc_py_api
14+
# fix it to the version before niquests
15+
nc_py_api==0.20.2
1516
odfdo
1617
odfpy
1718
openpyxl

0 commit comments

Comments
 (0)