langchain/docs/modules
0xJordan c5a46e7435
feat: Add support for the Solidity language (#6054)
<!--
Thank you for contributing to LangChain! Your PR will appear in our
release under the title you set. Please make sure it highlights your
valuable contribution.

Replace this with a description of the change, the issue it fixes (if
applicable), and relevant context. List any dependencies required for
this change.

After you're done, someone will review your PR. They may suggest
improvements. If no one reviews your PR within a few days, feel free to
@-mention the same people again, as notifications can get lost.

Finally, we'd love to show appreciation for your contribution - if you'd
like us to shout you out on Twitter, please also include your handle!
-->

## Add Solidity programming language support for code splitter.

Twitter: @0xjord4n_

<!-- If you're adding a new integration, please include:

1. a test for the integration - favor unit tests that does not rely on
network access.
2. an example notebook showing its use


See contribution guidelines for more information on how to write tests,
lint
etc:


https://github.com/hwchase17/langchain/blob/master/.github/CONTRIBUTING.md
-->
#### Who can review?

Tag maintainers/contributors who might be interested:
@hwchase17

<!-- For a quicker response, figure out the right person to tag with @

  @hwchase17 - project lead

  Tracing / Callbacks
  - @agola11

  Async
  - @agola11

  DataLoaders
  - @eyurtsev

  Models
  - @hwchase17
  - @agola11

  Agents / Tools / Toolkits
  - @hwchase17

  VectorStores / Retrievers / Memory
  - @dev2049

 -->
2023-06-14 14:25:02 -07:00
..
agents bump ver to 200 (#6130) 2023-06-13 19:33:51 -07:00
callbacks Add docs for tags (#6155) 2023-06-14 14:01:58 -07:00
chains typo: 'following following' to 'following' (#6163) 2023-06-14 10:58:47 -07:00
indexes feat: Add support for the Solidity language (#6054) 2023-06-14 14:25:02 -07:00
memory Add support for the endpoint URL in DynamoDBChatMesasgeHistory (#5836) 2023-06-08 23:21:11 -07:00
models comment out 2023-06-12 10:57:31 -07:00
prompts Harrison/pipeline prompt (#5540) 2023-06-04 14:29:37 -07:00
utils/examples Pass parsed inputs through to tool _run (#4309) 2023-05-08 09:13:05 -07:00
agents.rst docs: modules pages simplified (#5116) 2023-06-03 14:44:32 -07:00
chains.rst docs: modules pages simplified (#5116) 2023-06-03 14:44:32 -07:00
indexes.rst docs: modules pages simplified (#5116) 2023-06-03 14:44:32 -07:00
memory.rst docs: modules pages simplified (#5116) 2023-06-03 14:44:32 -07:00
models.rst docs: modules pages simplified (#5116) 2023-06-03 14:44:32 -07:00
paul_graham_essay.txt Fix notebook example (#3142) 2023-04-19 08:55:06 -07:00
prompts.rst docs: modules pages simplified (#5116) 2023-06-03 14:44:32 -07:00
state_of_the_union.txt Docs refactor (#480) 2023-01-02 08:24:09 -08:00