-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs[minor]: Add new QA & RAG use case section (#4211)
* added index & quickstart pages * sources page * chat history notebook * streaming * one more streaming cell * cr * almost finished * agents notebook * local models * cr * commit quickstart * gitignore .md files * docs * cr * cr * lets goooooo * chore: lint files * fix links * cr * drop unnecessary dep * cer * cr * cr
- Loading branch information
1 parent
2b4497f
commit 7b04978
Showing
29 changed files
with
4,138 additions
and
895 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"imports": { | ||
"langchain/": "npm:/langchain/", | ||
"@langchain/community/": "npm:/@langchain/community/", | ||
"@langchain/openai": "npm:@langchain/openai", | ||
"@langchain/core/": "npm:/@langchain/core/", | ||
"cheerio": "npm:/cheerio", | ||
"@langchain/pinecone": "npm:@langchain/pinecone", | ||
"@pinecone-database/pinecone": "npm:@pinecone-database/pinecone", | ||
"zod": "npm:/zod", | ||
"@langchain/anthropic": "npm:@langchain/anthropic", | ||
"node-llama-cpp": "npm:/node-llama-cpp" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,5 @@ yarn-error.log* | |
!.yarn/releases | ||
!.yarn/sdks | ||
!.yarn/versions | ||
|
||
/.quarto/ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...docs/use_cases/rag/code_understanding.mdx → ...ocs/docs/use_cases/code_understanding.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# RAG over code | ||
# Code Understanding | ||
|
||
## Use case | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
docs/core_docs/docs/use_cases/question_answering/_category_.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
label: 'QA and Chat over Documents' | ||
label: 'Q&A with RAG' | ||
position: 3 |
281 changes: 0 additions & 281 deletions
281
docs/core_docs/docs/use_cases/question_answering/advanced_conversational_qa.mdx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.