[
https://issues.apache.org/jira/browse/NIFI-12195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17781898#comment-17781898
]
ASF subversion and git services commented on NIFI-12195:
--------------------------------------------------------
Commit 5bcad9eef33d665c5b3a4e13d17bf625200d53df in nifi's branch
refs/heads/main from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=5bcad9eef3 ]
NIFI-12240 Added Python Processors for Docs, ChatGPT, Chroma, and Pinecone
Created new python processors for text embeddings, inserting into Chroma,
querying Chroma, querying ChatGPT, inserting into and querying Pinecone. Fixed
some bugs in the Python framework. Added Python extensions to assembly. Also
added ability to load dependencies from a requirements.txt as that was
important for making the different vectorstore implementations play more nicely
together.
Excluded nifi-python-extensions-bundle from GitHub build because it requires
Maven to use unpack-resources goal, which will not work in GitHub because it
uses mvn compile instead of mvn install
- ParseDocument
- ChunkDocument
- PromptChatGPT
- PutChroma
- PutPinecone
- QueryChroma
- QueryPinecone
NIFI-12195 Added support for requirements.txt to define Python dependencies
This closes #7894
Signed-off-by: David Handermann <[email protected]>
> Support usage of requirements.txt
> ---------------------------------
>
> Key: NIFI-12195
> URL: https://issues.apache.org/jira/browse/NIFI-12195
> Project: Apache NiFi
> Issue Type: Sub-task
> Reporter: Janis Ax
> Assignee: Mark Payne
> Priority: Major
> Fix For: 2.0.0
>
>
> User should have the options to configure a path to a requirement.txt file to
> define dependencies.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)