Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trace2798/ai-outerbase
Amalgam: A blend between Outerbase, OpenAI and Pinecone
https://github.com/trace2798/ai-outerbase
hashnode hashnode-hackathon outerbase outerbase-hackathon
Last synced: about 2 months ago
JSON representation
Amalgam: A blend between Outerbase, OpenAI and Pinecone
- Host: GitHub
- URL: https://github.com/trace2798/ai-outerbase
- Owner: trace2798
- License: mit
- Created: 2023-09-22T07:54:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-01T21:03:35.000Z (over 1 year ago)
- Last Synced: 2024-04-14T03:03:26.689Z (9 months ago)
- Topics: hashnode, hashnode-hackathon, outerbase, outerbase-hackathon
- Language: TypeScript
- Homepage: https://ai-outerbase-272000.vercel.app
- Size: 411 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amalgam: A blend between Outerbase, Pinecone and OpenAI
### This repo is for my submission for the Outerbase X Hashnode Hackathon which took place during Septembar 1 - Septembar 30, 2023
#### Hashnode article: [Amalgam: A blend between Outerbase, Pinecone and OpenAI](https://shreyas-chaliha.hashnode.dev/amalgam-a-blend-between-outerbase-pinecone-and-openai)
## Getting Started
### Either fork the repo or directly clone it
### Prerequisites
**Node version 16.8 or later
**macOS, Windows (including WSL), and Linux are supported.
**OpenAI api key.
**Pinecone account with keys.### To directly clone the repo
```shell
git clone https://github.com/trace2798/ai-outerbase.git
```
### Command
To make the application completely functional, you will need to have the values for the environment mentioned below and the Commands as described in the article.```shell
npm i
```### Setup .env file
```js
OPENAI_API_KEY=
```### Start the app
```shell
npm run dev
```## Available commands
Running commands with npm `npm run [command]`
| command | description |
| :-------------- | :--------------------------------------- |
| `dev` | Starts a development instance of the app |
| `build` | To build your application |
| `start` | Starts a production instance of the app |## For env value and functionality of this application I have wrote a very detailed article on [Hashnode](https://shreyas-chaliha.hashnode.dev/amalgam-a-blend-between-outerbase-pinecone-and-openai)
Youtube Demo Link: Mentioned in the article. There are multiple which showcasing every step.
This is a link to the Complete Video made by merging all of them [Amalgam](https://www.youtube.com/watch?v=QEjUk8gJnog)