Skip to content

Commit f8e72d8

Browse files
committed
Merge pull request #1 from erjanmx/fix-readme-typo
Fix readme typo
2 parents 994fbb8 + 71af60a commit f8e72d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RAG enabled Chatbots using [LangChain](https://www.langchain.com) and [Databutto
77
- API keys are maintained over databutton secret management
88
- Indexed are stored over session state
99

10-
Oversimplified explaination : (**Retrieval**) Fetch the top N similar contexts via similarity search from the indexed PDF files -> concatanate those to the prompt (**Prompt Augumentation**) -> Pass it to the LLM -> which further generates response (**Generation**) like any LLM does. **More in the blog!**
10+
Oversimplified explanation : (**Retrieval**) Fetch the top N similar contexts via similarity search from the indexed PDF files -> concatanate those to the prompt (**Prompt Augumentation**) -> Pass it to the LLM -> which further generates response (**Generation**) like any LLM does. **More in the blog!**
1111

1212
**Blog Post - [Here](https://medium.com/databutton/why-your-next-ai-product-needs-rag-implemented-in-it-9ee22f9770c8)**
1313

0 commit comments

Comments
 (0)