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

This PR adds support for using the template using Qdrant as a vector store.

Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [langchain](https://github.com/langchain-ai/langchainjs). These dependencies need to be updated together. Removes `axios` Updates `langchain` from 0.0.100 to 0.0.186 Release notes Sourced from...

dependencies

Bumps [next](https://github.com/vercel/next.js) from 13.4.4 to 13.5.0. Release notes Sourced from next's releases. v13.4.20-canary.41 Core Changes Add mui-core to the default optimizePackageImports list: #55554 Consolidate experimental React opt-in & add ppr...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Enabling [Prem](https://github.com/premAI-io/prem-app) integration gives out-of-the-box all the models packaged in the [Prem ecosystem](https://registry.premai.io/). - It doesn't change the current template architecture. No breaking changes.

Apologies if this is a very basic question (I am a JS noob) but any help would be appreciated. I get the following error when I run the "npm install"...

Hi! I am new to this. I followed the instructions provided carefully. I just wanted to try out the basic QandA on the pre-provided blogs in the boilerplate. Everything runs...

Add capability to log and monitor all requests out of the box. ![image](https://github.com/a16z-infra/ai-getting-started/assets/134934501/396b6d1f-806e-4b75-9dda-25856ebafcb3) Further, users can add automatic retries, semantic caching, advanced tagging configs to each request.

I recently forked the repo, followed the Quickstart guide and received an error on step 4 ("Generate embeddings"): `PineconeArgumentError: The argument to upsert had type errors: argument must be array.`...