nickknyc
nickknyc
running ingest.py I get the error > FileNotFoundError: soffice command was not found. Please install libreoffice > on your system and try again. installing libreoffice does not fix the problem...
Running windows 11, Python 3.11, in a venv. following docs I got an error on the first run "ModuleNotFoundError: No module named 'bs4'" pip install bs4 in the virtual environment...
I am trying to deploy to Azure App Serivices. I have ARM templates that work fine. The one issue I am having is that i need to set API keys...
Per https://github.com/run-llama/rags/issues/51 I have removed the use of `st.secrets` and thus the need for using a `secrets.toml` file. Why The `secrets.toml` is problematic when deploying to hosting other that streamlit/snowflake....
deploying to azure app services, during setup it uses requirements.txt to load up the virtual environment. believe that metaphor-python needs to be in there. Or am I missing something ;^)
@jerryjliu just want to share this repo is saw - possible UI for RAGs https://github.com/admineral/Openai-Assistant-API-UI Cheers
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. chex 0.1.82 requires numpy>=1.25.0,...
Running in Docker. No modifications other than the environment and OAI files Supabase running in the supabase hosted service I cannot initiate a chat Here is the log from docker...
### 🐛 Describe the bug I am getting the following error when trying to do get_all. I have no idea where to set the API version The current get_all API...