jeremierostan commited on
Commit
8da695e
·
verified ·
1 Parent(s): ee30717

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -38,8 +38,7 @@ Steps =
38
  - Change UI elements as needed
39
 
40
  Important =
41
- - The reference_document is added in full to the assistant prompt
42
- - So it is advised to use short (e.g., single page) documents such as rubrics
43
- - This is NOT a RAG assistant meant to extract information from long or from multiple documents
44
- - It als does not have internet access (although both could be done)
45
- - You also have the option to use Claude 3.5 Sonnet or the much cheaper Claude 3 Haiku (see pricing [here](https://www.anthropic.com/pricing#anthropic-api))
 
38
  - Change UI elements as needed
39
 
40
  Important =
41
+ - This set-up uses a very simple retrieval strategy. Advanced used should consider using [Voyage AI](https://docs.anthropic.com/en/docs/build-with-claude/embeddings) as recommended by Anthropic
42
+ - It does not have a vector store, and can only handle a single, small document (e.g., one-page rubric)
43
+ - It also does not have internet access
44
+ - You have the option to use Claude 3.5 Sonnet or the much cheaper Claude 3 Haiku (see pricing [here](https://www.anthropic.com/pricing#anthropic-api))