In this video you will see how you can combine documentation & code generation with GenAI. You will see how you can create your own API & Code assistant leveraging a RAG (retrieval-augmented generation) architecture. In this example, code and documentation of the Cisco Catalyst Center is being created using a large language model (LLM).
Github repo: https://developer.cisco.com/codeexchange/github/repo/flopach/create-your-own-api-assistant-cisco-catalyst-center
Learn more on the Cisco DevNet AI Hub: https://cs.co/ai-hub
00:00 Intro
00:39 Cisco Catalyst Center Intro
01:00 API+Code Assistant Demo
05:59 RAG Architecture Overview
06:57 RAG Inferencing
11:46 Importing local Data in a RAG Architecture
15:05 Scraping online Documentation
15:31 Extending the API Specification
17:38 Next Steps