vgkienzler commited on
Commit
30fa2d5
1 Parent(s): 68587f0

Update CHAINLIT.md

Browse files
Files changed (1) hide show
  1. chainlit.md +9 -0
chainlit.md CHANGED
@@ -6,11 +6,20 @@ I am sure there are so many of them.
6
 
7
  Beware of what you ask Nvidia during your intimate conversations though, since all the **requests are traced on LangSmith**.
8
 
 
 
9
  This project implements the following features:
10
  - Index powered by FAISS,
11
  - Embeddings and index are cached locally to reduce latency and costs,
12
  - Tracing on LangSmith.
13
 
 
 
 
 
 
 
 
14
  Enjoy!
15
 
16
 
 
6
 
7
  Beware of what you ask Nvidia during your intimate conversations though, since all the **requests are traced on LangSmith**.
8
 
9
+ ## Implementations
10
+
11
  This project implements the following features:
12
  - Index powered by FAISS,
13
  - Embeddings and index are cached locally to reduce latency and costs,
14
  - Tracing on LangSmith.
15
 
16
+ ## Prompt suggestions
17
+
18
+ - "Who is the E-VP of operations - and what is her age?"
19
+ - "What is the company's name?"
20
+ - "What is the CEO's name?
21
+ - "what is the gross carrying amount of Total Amortizable Intangible Assets for Jan 29, 2023?"
22
+
23
  Enjoy!
24
 
25