Skip to content

Commit

Permalink
Update Naming
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewblack committed Sep 12, 2024
1 parent 34a791d commit 76a072b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

## Compatibility

| Feature | Compatibility |
|------------------------|---------------|
| Foundation Model (LLM) | OpenAI |
| Embeddings | OpenAI |
| Vector Searching | MongoDB Atlas |
| Prompt Files | OpenAI |
| Feature | Compatibility |
|-------------------------|---------------|
| Foundation Models (LLM) | OpenAI |
| Embeddings | OpenAI |
| Vector Searching | MongoDB Atlas |
| Prompt Templates | OpenAI |


**💡 Note:** We'll first be prioritizing additional foundation models (Claude, Cohere, LLaMA, etc), then looking to add additional support for more vector database (Pgvector, Pinecone, etc). If you're looking for something a bit more extendable we highly recommend checking out [langchainrb](https://github.com/patterns-ai-core/langchainrb).
Expand Down Expand Up @@ -212,7 +212,7 @@ This structured format guarantees that the response adheres to the schema you’

### 6. Generating Dynamic Prompts

Spectre provides a system for generating dynamic prompts based on templates. You can define reusable prompt templates and generate them with different inputs in your Rails app.
Spectre provides a system for generating dynamic prompts based on templates. You can define reusable prompt templates and generate them with different paramaters in your Rails app, _(like view partials)_.

**Example Directory Structure for Prompts**

Expand Down

0 comments on commit 76a072b

Please sign in to comment.