Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Feb 12, 2024
1 parent 7d50130 commit 0b05d4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Frequently asked questions

### nginx and k8 multi-pod support

Gradio 4.18.0 fails to support nginx or other proxies, so we use 4.17.0 for now. See: https://github.com/gradio-app/gradio/issues/7391.

Gradio 4.x.y fails to support k8 multi-pod use, so for that case please use gradio 3.50.2 and gradio_client 0.6.1 by commenting-in/out relevant lines in requirements.txt, reqs_optional/reqs_constraints.txt, and comment-out gradio_pdf in reqs_optional/requirements_optional_langchain.txt. See: https://github.com/gradio-app/gradio/issues/6920.

### use h2oGPT just for LLM control

For just LLM control, and any document QA via `text_context_list` that does not use any embedding or database, one can launch with:
Expand Down

0 comments on commit 0b05d4d

Please sign in to comment.