Back to Copilotkit

CopilotKit OpenAI MongoDB Atlas Vector Search Demo Example

examples/v1/_legacy/copilot-openai-mongodb-atlas-vector-search/README.md

1.57.01.1 KB
Original Source

CopilotKit OpenAI MongoDB Atlas Vector Search Demo Example

🛠️ Getting Started

Prerequisites

  • Node.js 18+
  • Yarn package manager
  • OpenAI API key
  • MongoDB Atlas account

Installation Steps

  1. Clone the repository:
bash
git clone https://github.com/CopilotKit/CopilotKit.git

  • /examples/copilot-openai-mongodb-atlas-vector-search
  1. Install dependencies:
bash
pnpm install
  1. Set up MongoDB Atlas:
  1. Configure environment variables: Create a .env file with:
bash
OPENAI_API_KEY="your_openai_key"
MONGODB_ATLAS_CONNECTION_URI="your_mongodb_connection_uri"
NEXT_PUBLIC_API_BASE_URL="http://localhost:3000"
  1. Start the development server:
bash
pnpm run dev
  1. Open http://localhost:3000 in your browser

📚 Additional Resources

For a complete guide on building this project, check out our detailed tutorial: OpenAI & MongoDB Atlas Vector Search Article URL....