Rateltalk

Results 20 comments of Rateltalk
trafficstars

windows下在编辑器中打开报错: ![image](https://user-images.githubusercontent.com/15621520/69221670-cb3bce80-0bb2-11ea-8d2b-d47ef38e81f9.png)

希望增加以下判断 1、微信浏览器中 2、企业微信浏览器中 3、钉钉浏览器中

还有个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