Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
A bunch of updates still required for conference with the repo's directory structure
  • Loading branch information
Daethyra authored Oct 12, 2023
1 parent 7ba795e commit 826d118
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ A. **[Auto-Embedder](./OpenAI/Auto-Embedder)**
Provides an automated pipeline for retrieving embeddings from [OpenAIs `text-embedding-ada-002`](https://platform.openai.com/docs/guides/embeddings) and upserting them to a [Pinecone index](https://docs.pinecone.io/docs/indexes).

- **[`pinembed.py`](./OpenAI/Auto-Embedder/pinembed.py)**: A Python module to easily automate the retrieval of embeddings from OpenAI and storage in Pinecone.
- **[.env.template](./OpenAI/Auto-Embedder/.env.template)**: Template for environment variables.

---

B. **[Prompts](./OpenAI/Prompts/)**

There are three main prompt types, [multi-shot](./OpenAI/Prompts/multi-shot), [system-role](./OpenAI/Prompts/system-role), [user-role](./OpenAI/Prompts/user-role).

Please also see the [OUT-prompt-cheatsheet](./OpenAI/Prompts/OUT-prompt-cheatsheet.md).
Please also see the [prompt-cheatsheet](./OpenAI/Prompts/prompt-cheatsheet.md).

- **[Cheatsheet](./OpenAI/Prompts/prompt-cheatsheet.md)**: @Daethyra's go-to prompts.

Expand Down

0 comments on commit 826d118

Please sign in to comment.