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

Added new doc #13

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ cython_debug/
._*
Thumbs.db

*.pdf
#*.pdf
*.env
*.docx
*.docx
Expand Down
Binary file added roadmunk_support.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion slackgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
openai.api_key = os.getenv('OPENAI_API_KEY')

# Define document files and directory for document embeddings
files = ["Ultimate_introduction_white_paper.pdf", "Planner-complete-guide-to-resource-planning.pdf"]
files = ["Ultimate_introduction_white_paper.pdf", "Planner-complete-guide-to-resource-planning.pdf", "roadmunk_support.pdf"]
persist_directory = "docs/chroma/"

# Create or load a vector database for document embeddings
Expand Down