Skip to content

Commit

Permalink
add prev/next node postprocessor (run-llama#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu authored Apr 3, 2023
1 parent e52855b commit 83a7c64
Show file tree
Hide file tree
Showing 13 changed files with 956 additions and 14 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ That's where the **LlamaIndex** comes in. LlamaIndex is a simple, flexible inter
reference/indices.rst
reference/query.rst
reference/node.rst
reference/node_postprocessor.rst
reference/docstore.rst
reference/composability.rst
reference/readers.rst
Expand Down
8 changes: 8 additions & 0 deletions docs/reference/node_postprocessor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.. _Ref-Node-Postprocessor:

Node Postprocessor
=================

.. automodule:: gpt_index.indices.postprocessor
:members:
:inherited-members:
Loading

0 comments on commit 83a7c64

Please sign in to comment.