Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
small edis
Browse files Browse the repository at this point in the history
  • Loading branch information
miararoy committed Sep 21, 2023
1 parent bdd1813 commit ad21aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ In this quickstart, we will show you how to use the **Resin** to build a simple
resin new
```

And follow the CLI instructions. The index that will be created will have a prefix `context-engine-INDEX_NAME`.
And follow the CLI instructions. The index that will be created will have a prefix `resin--<INDEX_NAME>`.

> Note, this will have to be done only once per index.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "context-engine"
version = "0.1.0"
description = "Context engine for intergating LLMs with Pinecone indexes"
description = "Resin is a orchestration engine for intergating LLMs with Pinecone indexes"
authors = ["Relevance Team <relevance@pinecone.io>"]
readme = "README.md"
packages = [{include = "context_engine"}]
Expand Down

0 comments on commit ad21aad

Please sign in to comment.