Didier Lacroix
Didier Lacroix
1. Cannot initialize match chain with ChatOpenAI LLM llm_math = LLMMathChain(llm=ChatOpenAI(temperature=0)) --------------------------------------------------------------------------- ValidationError Traceback (most recent call last) Cell In[33], line 1 ----> 1 llm_math = LLMMathChain(llm=ChatOpenAI(temperature=0)) File ~/anaconda3/envs/gpt_index/lib/python3.8/site-packages/pydantic/main.py:341, in...
**Describe the feature you'd like** Consider updating the documentation for API input configuration using a context manager for input files to upload Proposed code: ```python data = { "chunkSize": 1000,...