Hi all, I'm new to LlamaIndex and looking to set up a chat functionality with the following features:
- Uses gpt-4o as the llm
- Streams
- Has a system prompt or document to define its functionality (perfecting the user's search query)
- Includes conversation memory/history recall
- Can trigger a custom component for specific company or person queries, which activates an already existing search pipeline (with this perfected query as input)
Could someone help me with a basic Python setup to get me started? Thanks!