ai-getting-started icon indicating copy to clipboard operation
ai-getting-started copied to clipboard

A Javascript AI getting started stack for weekend projects, including image/text models, vector stores, auth, and deployment configs

Results 30 ai-getting-started issues
Sort by recently updated
recently updated
newest added

minor changers to file names, vsc workspace. set supabase pgvector api

Hi there @ykhli and @jenniferli23 👋🏼 I'm an engineer at @replicatehq. I'm really excited about this project. Good idea to give people a starting point for building AI-powered apps. 👍🏼...

triaging

Set up GitHub Action to auto-deploy the demo to fly.io when PR is merged

enhancement

A CLI tool to set up a project for you interactively. Similar to [create-react-app](https://create-react-app.dev/) ### Usage ```bash npx ai-getting-started my-app ```

help wanted

This PR make a few small fixes and improvements to the README to make it easier for folks to get started using the project.

This PR attempts to simplify the process of using Pinecone or Supabase. Rather than requiring the user of the app to change code references, it adds a bit of logic...

Update Langchain dependency to the latest version on npm

Necessary for private models/tenants

Just a suggestion, it would be nice to have a framework of using langchain python as the backend and maybe FastAPI for middleware instead of the js version since it's...

This PR adds Sentry error, performance, and session replay monitoring. Note Sentry offers both a [SaaS solution](https://sentry.io/) and [self-hosted solution](https://develop.sentry.dev/self-hosted/). The instructions you are using SaaS but the guide still...