Skip to content
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

Merged
merged 12 commits into from
Jun 26, 2023

Conversation

20001LastOrder
Copy link
Collaborator

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 from vectorstores.py

Features:

  1. Respond to mentions and reply in a thread
  2. The thread history is considered when conversation continues in the same thread
  3. The Pinecone index is preloaded with documentation for different LLM-related libraries (see scripts/Pinecone.ipynb)
  4. Each response is correspond with a reference on which library documentation was refered.

@20001LastOrder
Copy link
Collaborator Author

@saminegash , @babasahebpinjar

Copy link
Contributor

@saminegash saminegash left a 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"]
Copy link
Contributor

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?

Copy link
Collaborator Author

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.

Copy link
Contributor

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@saminegash saminegash merged commit 87e89e6 into Aggregate-Intellect:main Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants