-
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
Integrate Slack App with Pinecone #12
Conversation
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.
there is also another conflict here btw
@@ -21,4 +21,4 @@ COPY . . | |||
EXPOSE 3000 | |||
|
|||
# Run the Flask app | |||
CMD ["python", "app.py"] | |||
CMD ["python", "bolt_app.py"] |
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.
why do you need to change this?
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.
This is the new app that utilize pine cone. I didn’t change the other app.py file.
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.
Can you resolve thw conflict then
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.
Done
The
bolt_app
uses the official slack_bolt library supported to build Slack app with Python. The tool integrates the slack app with the Pinecone database by default, but it can be switched to a local vector database as well by switching the retrieval of the app fromvectorstores.py
Features:
scripts/Pinecone.ipynb
)