Skip to content

Commit

Permalink
refactor(readme): fix formatting in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abraxas-365 committed Apr 12, 2024
1 parent 75810f1 commit 6f50a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This is the Rust language implementation of [LangChain](https://github.com/langc
- [x] [LLM Chain](https://github.com/Abraxas-365/langchain-rust/blob/main/examples/llm_chain.rs)
- [x] [Conversational Chain](https://github.com/Abraxas-365/langchain-rust/blob/main/examples/conversational_chain.rs)
- [x] [Conversational Retriver Simple](https://github.com/Abraxas-365/langchain-rust/blob/main/examples/conversational_retriver_simple_chain.rs)
- [x] [Conversational Retriver With Vector Store](https://github.com/Abraxas-365/langchain-rust/blob/main/examples/conversational_retriver_chain_with_vector_store.rs)
- [x] [Conversational Retriver With Vector Store](https://github.com/Abraxas-365/langchain-rust/blob/main/examples/conversational_retriver_chain_with_vector_store.rs)
- [x] [Sequential Chain](https://github.com/Abraxas-365/langchain-rust/blob/main/examples/sequential_chain.rs)
- [x] [Q&A Chain](https://github.com/Abraxas-365/langchain-rust/blob/main/examples/qa_chain.rs)
- [x] [SQL Chain](https://github.com/Abraxas-365/langchain-rust/blob/main/examples/sql_chain.rs)
Expand Down

0 comments on commit 6f50a46

Please sign in to comment.