PlantBasedTen commited on
Commit
abf0326
1 Parent(s): ba42539

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ quantized and augmented with a 4bit QLoRa. \
19
  \
20
  Prompt analysis and model registry is handled by **Comet LLM**, and finance news is streamed via **Bytewax** using an \
21
  **Alpaca API**, and then sent as a vector embedding to **Qdrant**'s serverless vector store. **LangChain** chains the prompt and \
22
- most relevant news article with real-time finance information, contextualizing the output. \
23
  \
24
  **#TODO:** Add citations to output to show end-user which article has been used to generate the output.
25
 
 
19
  \
20
  Prompt analysis and model registry is handled by **Comet LLM**, and finance news is streamed via **Bytewax** using an \
21
  **Alpaca API**, and then sent as a vector embedding to **Qdrant**'s serverless vector store. **LangChain** chains the prompt and \
22
+ most relevant news article with real-time finance information, **contextualizing the output**. \
23
  \
24
  **#TODO:** Add citations to output to show end-user which article has been used to generate the output.
25