-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sphinx documentation pipeline #8
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
willtai
changed the title
Sphinx documentation pipeline
[Blocked] Sphinx documentation pipeline
Apr 18, 2024
willtai
force-pushed
the
willtai/sphinx-documentation-pipeline
branch
from
April 29, 2024 16:27
4bcd425
to
030763e
Compare
willtai
changed the title
[Blocked] Sphinx documentation pipeline
Sphinx documentation pipeline
Apr 29, 2024
willtai
force-pushed
the
willtai/sphinx-documentation-pipeline
branch
from
April 29, 2024 17:21
030763e
to
8361b2f
Compare
willtai
force-pushed
the
willtai/hybrid-cypher-retriever
branch
from
April 30, 2024 09:27
7ab5cbf
to
e04c078
Compare
willtai
force-pushed
the
willtai/sphinx-documentation-pipeline
branch
7 times, most recently
from
April 30, 2024 13:00
abee944
to
eda12a4
Compare
willtai
force-pushed
the
willtai/sphinx-documentation-pipeline
branch
12 times, most recently
from
May 8, 2024 13:34
b1065fc
to
cb71a96
Compare
willtai
force-pushed
the
willtai/sphinx-documentation-pipeline
branch
from
May 13, 2024 09:26
cb71a96
to
8fe574e
Compare
willtai
force-pushed
the
willtai/sphinx-documentation-pipeline
branch
2 times, most recently
from
May 20, 2024 13:41
271d1c8
to
8d69382
Compare
oskarhane
reviewed
May 21, 2024
oskarhane
reviewed
May 21, 2024
willtai
force-pushed
the
willtai/sphinx-documentation-pipeline
branch
6 times, most recently
from
May 22, 2024 10:51
eea02aa
to
87db59e
Compare
willtai
force-pushed
the
willtai/sphinx-documentation-pipeline
branch
from
May 22, 2024 11:25
87db59e
to
742c306
Compare
oskarhane
approved these changes
May 22, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📜
willtai
force-pushed
the
willtai/sphinx-documentation-pipeline
branch
from
May 22, 2024 13:32
f688436
to
2580926
Compare
willtai
added a commit
that referenced
this pull request
May 22, 2024
* Refactored retrievers into a directory with separate files * Adds HybridCypherRetriever, refactor query construction, add tests * Put docs/_build in gitignore * Adding content to docs * Edited Makefile to use poetry * Use separate token for creating git tags in actions * Bump version to 0.2.0a1 * Rename GitHub Action Workflow * Missing docstring for filters argument in VectorRetriever --------- Co-authored-by: Oskar Hane <[email protected]> Co-authored-by: Neo4j-GenAI GitHub Action <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
We want to setup a pipeline such that we can generate documentation easily.
Implementation