Skip to content

Commit

Permalink
docs[major]: 0.2 Docs (#5319)
Browse files Browse the repository at this point in the history
* docs[major]: 0.2 Docs

* update vercel.json

* css and overall structure

* fix build commnad

* chore: lint files

* chore: lint files

* Missing tutorials

* update concepts page to js

* mo docs

* more how tos

* promps

* fix build

* mo docs

* chore: lint files

* drop test.ts file

* drop 0.2 in doc links

* move old out of docs so it'll build

* cr

* cr

* erick build updates

* mo doccs

* fix

* llm chain tutorial

* updates deps

* cr

* cr

* add @docusaurus/theme-common to doc deps

* cr
  • Loading branch information
bracesproul committed May 13, 2024
1 parent 5c36137 commit b23448f
Show file tree
Hide file tree
Showing 680 changed files with 42,070 additions and 17,131 deletions.
14 changes: 8 additions & 6 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
"imports": {
"langchain/": "npm:/langchain/",
"@faker-js/faker": "npm:@faker-js/faker",
"@langchain/anthropic": "npm:@langchain/anthropic@0.1.16",
"@langchain/anthropic": "npm:@langchain/anthropic",
"@langchain/community/": "npm:/@langchain/community/",
"@langchain/openai": "npm:@langchain/[email protected]",
"@langchain/google-vertexai-web": "npm:@langchain/[email protected]",
"@langchain/mistralai": "npm:@langchain/[email protected]",
"@langchain/core/": "npm:/@langchain/[email protected]/",
"@langchain/openai": "npm:@langchain/openai",
"@langchain/cohere": "npm:@langchain/cohere",
"@langchain/textsplitters": "npm:@langchain/textsplitters",
"@langchain/google-vertexai-web": "npm:@langchain/google-vertexai-web",
"@langchain/mistralai": "npm:@langchain/mistralai",
"@langchain/core/": "npm:/@langchain/core/",
"@langchain/pinecone": "npm:@langchain/pinecone",
"@langchain/google-common": "npm:@langchain/google-common@0.0.7",
"@langchain/google-common": "npm:@langchain/google-common",
"@pinecone-database/pinecone": "npm:@pinecone-database/pinecone",
"cheerio": "npm:/cheerio",
"chromadb": "npm:/chromadb",
Expand Down
146 changes: 58 additions & 88 deletions docs/core_docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,91 +33,61 @@ yarn-error.log*

/.quarto/
# AUTO_GENERATED_DOCS
docs/expression_language/streaming.md
docs/expression_language/streaming.mdx
docs/use_cases/tool_use/human_in_the_loop.md
docs/use_cases/tool_use/human_in_the_loop.mdx
docs/use_cases/query_analysis/quickstart.md
docs/use_cases/query_analysis/quickstart.mdx
docs/use_cases/query_analysis/index.md
docs/use_cases/query_analysis/index.mdx
docs/use_cases/question_answering/streaming.md
docs/use_cases/question_answering/streaming.mdx
docs/use_cases/question_answering/sources.md
docs/use_cases/question_answering/sources.mdx
docs/use_cases/question_answering/quickstart.md
docs/use_cases/question_answering/quickstart.mdx
docs/use_cases/question_answering/per_user.md
docs/use_cases/question_answering/per_user.mdx
docs/use_cases/question_answering/local_retrieval_qa.md
docs/use_cases/question_answering/local_retrieval_qa.mdx
docs/use_cases/question_answering/conversational_retrieval_agents.md
docs/use_cases/question_answering/conversational_retrieval_agents.mdx
docs/use_cases/question_answering/citations.md
docs/use_cases/question_answering/citations.mdx
docs/use_cases/question_answering/chat_history.md
docs/use_cases/question_answering/chat_history.mdx
docs/use_cases/graph/semantic.md
docs/use_cases/graph/semantic.mdx
docs/use_cases/graph/quickstart.md
docs/use_cases/graph/quickstart.mdx
docs/use_cases/graph/prompting.md
docs/use_cases/graph/prompting.mdx
docs/use_cases/graph/mapping.md
docs/use_cases/graph/mapping.mdx
docs/use_cases/graph/index.md
docs/use_cases/graph/index.mdx
docs/use_cases/graph/construction.md
docs/use_cases/graph/construction.mdx
docs/use_cases/extraction/quickstart.md
docs/use_cases/extraction/quickstart.mdx
docs/use_cases/extraction/index.md
docs/use_cases/extraction/index.mdx
docs/use_cases/extraction/guidelines.md
docs/use_cases/extraction/guidelines.mdx
docs/use_cases/query_analysis/techniques/structuring.md
docs/use_cases/query_analysis/techniques/structuring.mdx
docs/use_cases/query_analysis/techniques/step_back.md
docs/use_cases/query_analysis/techniques/step_back.mdx
docs/use_cases/query_analysis/techniques/routing.md
docs/use_cases/query_analysis/techniques/routing.mdx
docs/use_cases/query_analysis/techniques/hyde.md
docs/use_cases/query_analysis/techniques/hyde.mdx
docs/use_cases/query_analysis/techniques/expansion.md
docs/use_cases/query_analysis/techniques/expansion.mdx
docs/use_cases/query_analysis/techniques/decomposition.md
docs/use_cases/query_analysis/techniques/decomposition.mdx
docs/use_cases/query_analysis/how_to/no_queries.md
docs/use_cases/query_analysis/how_to/no_queries.mdx
docs/use_cases/query_analysis/how_to/multiple_retrievers.md
docs/use_cases/query_analysis/how_to/multiple_retrievers.mdx
docs/use_cases/query_analysis/how_to/multiple_queries.md
docs/use_cases/query_analysis/how_to/multiple_queries.mdx
docs/use_cases/query_analysis/how_to/high_cardinality.md
docs/use_cases/query_analysis/how_to/high_cardinality.mdx
docs/use_cases/query_analysis/how_to/few_shot.md
docs/use_cases/query_analysis/how_to/few_shot.mdx
docs/use_cases/query_analysis/how_to/constructing_filters.md
docs/use_cases/query_analysis/how_to/constructing_filters.mdx
docs/use_cases/extraction/how_to/parse.md
docs/use_cases/extraction/how_to/parse.mdx
docs/use_cases/extraction/how_to/handle_long_text.md
docs/use_cases/extraction/how_to/handle_long_text.mdx
docs/use_cases/extraction/how_to/handle_files.md
docs/use_cases/extraction/how_to/handle_files.mdx
docs/use_cases/extraction/how_to/examples.md
docs/use_cases/extraction/how_to/examples.mdx
docs/modules/model_io/output_parsers/custom.md
docs/modules/model_io/output_parsers/custom.mdx
docs/modules/model_io/chat/response_metadata.md
docs/modules/model_io/chat/response_metadata.mdx
docs/modules/model_io/chat/function_calling.md
docs/modules/model_io/chat/function_calling.mdx
docs/modules/memory/chat_messages/custom.md
docs/modules/memory/chat_messages/custom.mdx
docs/modules/data_connection/vectorstores/custom.md
docs/modules/data_connection/vectorstores/custom.mdx
docs/modules/agents/agent_types/tool_calling.md
docs/modules/agents/agent_types/tool_calling.mdx
docs/modules/model_io/output_parsers/types/openai_tools.md
docs/modules/model_io/output_parsers/types/openai_tools.mdx
docs/tutorials/rag.md
docs/tutorials/rag.mdx
docs/tutorials/query_analysis.md
docs/tutorials/query_analysis.mdx
docs/tutorials/qa_chat_history.md
docs/tutorials/qa_chat_history.mdx
docs/tutorials/local_rag.md
docs/tutorials/local_rag.mdx
docs/tutorials/llm_chain.md
docs/tutorials/llm_chain.mdx
docs/tutorials/graph.md
docs/tutorials/graph.mdx
docs/how_to/tools_as_openai_functions.md
docs/how_to/tools_as_openai_functions.mdx
docs/how_to/tool_calling.md
docs/how_to/tool_calling.mdx
docs/how_to/structured_output.md
docs/how_to/structured_output.mdx
docs/how_to/streaming.md
docs/how_to/streaming.mdx
docs/how_to/sequence.md
docs/how_to/sequence.mdx
docs/how_to/recursive_text_splitter.md
docs/how_to/recursive_text_splitter.mdx
docs/how_to/qa_streaming.md
docs/how_to/qa_streaming.mdx
docs/how_to/qa_sources.md
docs/how_to/qa_sources.mdx
docs/how_to/qa_per_user.md
docs/how_to/qa_per_user.mdx
docs/how_to/qa_citations.md
docs/how_to/qa_citations.mdx
docs/how_to/qa_chat_history_how_to.md
docs/how_to/qa_chat_history_how_to.mdx
docs/how_to/prompts_composition.md
docs/how_to/prompts_composition.mdx
docs/how_to/output_parser_structured.md
docs/how_to/output_parser_structured.mdx
docs/how_to/output_parser_json.md
docs/how_to/output_parser_json.mdx
docs/how_to/few_shot_examples_chat.md
docs/how_to/few_shot_examples_chat.mdx
docs/how_to/few_shot_examples.md
docs/how_to/few_shot_examples.mdx
docs/how_to/extraction_examples.md
docs/how_to/extraction_examples.mdx
docs/how_to/example_selectors.md
docs/how_to/example_selectors.mdx
docs/how_to/code_splitter.md
docs/how_to/code_splitter.mdx
docs/how_to/chat_streaming.md
docs/how_to/chat_streaming.mdx
docs/how_to/character_text_splitter.md
docs/how_to/character_text_splitter.mdx
docs/how_to/agent_executor.md
docs/how_to/agent_executor.mdx
docs/how_to/MultiQueryRetriever.md
docs/how_to/MultiQueryRetriever.mdx

0 comments on commit b23448f

Please sign in to comment.