Skip to content

Merge branch 'main' of https://github.com/norandom/project_bookworm #3

Merge branch 'main' of https://github.com/norandom/project_bookworm

Merge branch 'main' of https://github.com/norandom/project_bookworm #3

GitHub Actions / Qodana Community for Python completed Mar 17, 2024 in 0s

3 new problems found by Qodana Community for Python

Qodana Community for Python

3 new problems were found

Inspection name Severity Problems
Unsatisfied package requirements 🔶 Warning 2
PEP 8 coding style violation ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 1 in requirements.txt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Unsatisfied package requirements

Package requirements 'openai==1.13.3', 'langchain==0.1.10', 'pinecone-client==3.1.0', 'python-dotenv==1.0.1', 'tiktoken==0.6.0', 'wikipedia==1.4.0', 'pypdf==4.0.2', 'langchain_openai==0.0.8', 'langchain_experimental==0.0.53', 'langchainhub==0.1.14' are not satisfied

Check warning on line 1 in sandbox.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Unsatisfied package requirements

Package requirements 'openai==1.13.3', 'langchain==0.1.10', 'pinecone-client==3.1.0', 'python-dotenv==1.0.1', 'tiktoken==0.6.0', 'wikipedia==1.4.0', 'pypdf==4.0.2', 'langchain_openai==0.0.8', 'langchain_experimental==0.0.53', 'langchainhub==0.1.14' are not satisfied

Check notice on line 1 in sandbox.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 coding style violation

PEP 8: W292 no newline at end of file