Building a RAG-powered AI chat app with Python and VS Code (Дата оригинальной публикации: )

Pamela will walk through a Python web app that can chat on your own data using Retrieval-Augmented-Generation (RAG) and large language models like GPT-4. Plus, we’ll see how you can use VS Code Dev Containers plus Ollama for a fully local development experience. Resources: Langchain: Llamaindex: (Microsoft) Semantic Kernel: (Microsoft) PromptFlow:
Back to Top