Tuan T. Pham
Tuan T. Pham
@mishoe @drospond @amaruca141 : The code that tries to connect to the DB is from [`common/document_parser/parsers/policy_analytics/parse.py:80`][0]. The code `doc_dict = process_ingest_date(doc_dict)` was put in by this commit [`40a36e2`][1]. For now,...
@mishoe @drospond @amaruca141 : Now that I can parse the downloaded PDF files to generate the json files. The [document][0] in gamechanger-data refers to the function `create_csv_data` in `Issuance` class...
@mishoe : It still fails to load. Do I need some .py codes as well? I unzip the files to the directory `gamechangerml/models` as follow: ``` $ tree gamechangerml/models gamechangerml/models...
The file `gamechangerml/models/topic_models/tfidf.py` was removed in commit [`a310817e7`][0] in `gamechanger-ml` repo. Was it intentional? CC: @mishoe @drospond @amaruca141 [0]: https://github.com/dod-advana/gamechanger-ml/commit/a310817e7c9347970463a25eec7ec766fb73dac9
@drospond @mishoe @amaruca141 : @drospond, I set the env variables for ES as you mentioned in the call. However, the web UI search bar still does not work. Below is...
> Hi @neofob , do you get any errors in the browser or backend consoles when trying to run a search? Yes, I did get many errors. First of ALL,...
Pending [PR 12][0]. [0]: https://github.com/dod-advana/gamechanger/pull/12
@kaisadhar Recent versions of llama.cpp uses this flag `-DLLAMA_CUDA=on` instead of `-DLLAMA_CUBLAS=on`. So try to pass that to your `poetry install...` command. Also, it requires package `python3-dev`. So with WSL,...
@psychopatz : you might want to patch [`private_gpt/settings/settings.py:117`][0] to add your prompt settings "llama3". Then update your `settings.yaml`, section `prompt_style` accordingly. [0]: https://github.com/zylon-ai/private-gpt/blob/main/private_gpt/settings/settings.py#L117
@jsgrover : There is issue #1521 addressing this with a pending patch.