lesong36

Results 3 issues of lesong36

1. 希望可以将RAG模块化,产品化,用户可以基于需求定制。 2. 希望可以增加数据分析模块,支持SQL,csv等格式。

(.venv) (base) coty@P16:~/OneDrive/LLM/repo/exo$ ^C (.venv) (base) coty@P16:~/OneDrive/LLM/repo/exo$ ^C (.venv) (base) coty@P16:~/OneDrive/LLM/repo/exo$ DEBUG=9 python3 main.py None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and...

enhancement

**Description:** In the [*Handle interrupts*](https://docs.langchain.com/oss/python/deepagents/human-in-the-loop#handle-interrupts) section of the **Human-in-the-loop** documentation, the final example contains a small typo that causes a runtime error. **Current code snippet:** ```python # Process final result...