AWS Docs GPT
Cost : Free
AWS Docs GPT
an AI-powered tool that provides users with a search interface and a chat interface to enhance their experience with AWS Documentation.
- Search interface:Â Utilize OpenAI Embeddings to generate embeddings for documentation pages, allowing users to search for similar content and receive ranked results.
- Chat interface:Â Build on top of the search functionality, enabling users to ask questions about AWS documentation and receive answers using GPT-3.5-turbo.
- Local deployment:Â Run the tool locally by setting up OpenAI API, a local PostgreSQL image, and the required environment variables.
- Dataset and parsing:Â Import documentation chunks and embeddings from specified URLs into the PostgreSQL database to create a comprehensive dataset.