neuml / txtchat

💭 Retrieval augmented generation (RAG) and language model powered search applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install guide

dominikstein-ibm opened this issue · comments

Hi David,

the installation guide is not complete. I managed to run RocketChat in docker compose and pip installed txtchat.
What to do now? How do I integrate RocketChat to use txtchat?
Where do I set these parameters?

Set to server URL, this is default when running local
export URL=ws://localhost:3000/websocket
export USERNAME=
export PASSWORD=
YAML is loaded from Hugging Face Hub, can also reference local path
python -m txtchat.agent wikitalk.yml`

This issue was addressed in #3, closing.