Skip to content

Commit

Permalink
Merge pull request #70 from a16z-infra/davidmytton/deps
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
bendechrai authored Jun 10, 2024
2 parents 47bdac8 + ac0ef47 commit b02e524
Show file tree
Hide file tree
Showing 11 changed files with 2,730 additions and 2,189 deletions.
1 change: 0 additions & 1 deletion .env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ REPLICATE_API_TOKEN=r8_****

# Pinecone related environment variables
PINECONE_API_KEY=bb****
PINECONE_ENVIRONMENT=us****
PINECONE_INDEX=ai****

# Supabase related environment variables
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1

# Adjust NODE_VERSION as desired
ARG NODE_VERSION=18.8.0
ARG NODE_VERSION=lts
FROM node:${NODE_VERSION}-slim as base

LABEL fly_launch_runtime="Next.js"
Expand Down Expand Up @@ -42,4 +42,4 @@ COPY --from=build /app /app

# Start the server by default, this can be overwritten at runtime
EXPOSE 3000
CMD [ "npm", "run", "start" ]
CMD [ "npm", "run", "start" ]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ d. **Pinecone API key**
- Create a Pinecone index by visiting https://app.pinecone.io/ and click on "Create Index"
- Give it an index name (this will be the environment variable `PINECONE_INDEX`)
- Fill in Dimension as `1536`
- Once the index is successfully created, click on "API Keys" on the left side nav and create an API key: copy "Environment" value to `PINECONE_ENVIRONMENT` variable, and "Value" to `PINECONE_API_KEY`
- Once the index is successfully created, click on "API Keys" on the left side nav and create an API key: copy it to `PINECONE_API_KEY`

e. **Supabase API key**
- Create a Supabase instance [here](https://supabase.com/dashboard/projects); then go to Project Settings -> API
Expand Down
Loading

0 comments on commit b02e524

Please sign in to comment.