Skip to content

Commit

Permalink
Update .gitattributes to fix language detection, avoid notebook overw…
Browse files Browse the repository at this point in the history
…helm the python language
  • Loading branch information
liyin2015 committed Jul 5, 2024
1 parent 33a5b76 commit 8f6adce
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.ipynb linguist-language=Jupyter Notebook
*.ipynb linguist-vendored
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Net(nn.Module):
x = self.fc1(x)
return self.fc2(x)
``` -->
## LightRAG Task Pipeline
# LightRAG Task Pipeline


We will ask the model to respond with ``explaination`` and ``example`` of a concept. And we will build a pipeline to get the structured output as ``QAOutput``.
Expand Down Expand Up @@ -193,7 +193,7 @@ You:
````


## Quick Install
# Quick Install

Install LightRAG with pip:

Expand All @@ -220,7 +220,7 @@ LightRAG full documentation available at [lightrag.sylph.ai](https://lightrag.sy



## Contributors
# Contributors

[![contributors](https://contrib.rocks/image?repo=SylphAI-Inc/LightRAG&max=2000)](https://github.com/SylphAI-Inc/LightRAG/graphs/contributors)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/developer_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tutorials
.. *Why and How Each Part works*
Learn the `why` and `how-to` (customize and integrate) behind each core part within the `LightRAG` library.
These are our most important tutorials before you move ahead to build use cases (LLM applications) end to end.
These are our most important tutorials before you move ahead to build your use cases end to end.


.. raw::
Expand Down
10 changes: 5 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ Researchers will want their code to be adapted into more products too.


.. Hide the use cases for now
.. toctree::
:maxdepth: 1
:caption: Use Cases - How different parts are used to build various LLM applications
:hidden:
toctree::
.. :maxdepth: 1
.. :caption: Use Cases - How different parts are used to build various LLM applications
.. :hidden:
tutorials/index
.. tutorials/index
.. toctree::
Expand Down

0 comments on commit 8f6adce

Please sign in to comment.