Rateltalk
Rateltalk
windows下在编辑器中打开报错: 
@ycjcl868 1. vs code 2. sublime 3. phpstorm
这个换行现在支持了吗?
希望增加以下判断 1、微信浏览器中 2、企业微信浏览器中 3、钉钉浏览器中
用redis存储session
还有个BUG:浏览器F12开启调试模式,也会触发这个切换、
@Disiok when i add sql_context_container, he return correct result. ``` # manually set text table_context_dict={"t_goods": "字段weight表示重量或质量,字段spec表示产品型号,如:xxx"} context_builder = SQLContextContainerBuilder(sql_database, context_dict=table_context_dict) context_container = context_builder.build_context_container() index = GPTSQLStructStoreIndex( [], sql_database=sql_database, table_name="t_goods", sql_context_container=context_container...
This is requirements.txt: ``` llama-index==0.4.36 mysql-connector-python==8.0.32 ```
add `langchain==0.0.123` latest version to requirements.txt solve it.
@jerryjliu How to use QuestionAnswerPrompt to agent_chain.run(input='') https://gpt-index.readthedocs.io/en/latest/how_to/integrations/using_with_langchain.html