Jerry Liu
Jerry Liu
### Background LlamaIndex is a tool that provides a data interface between LLM's and data. It contains a set of data structures that allow users to retrieve data from their...
migrate OpenAI LLM to use function calling LLM abstraction, letting us remove the old code - added predict_and_call examples to OpenAI notebook - also fixed up the openai notebook, it...
UPDATE ====== - Re-jigged vector memory to only supply list of chat messages and not handle any thing having to do with composing messages - Added `BaseComposableMemory` and `SimpleComposableMemory` for...