Skip to content

moved from sqlite to faiss for concurrency reasons #9

moved from sqlite to faiss for concurrency reasons

moved from sqlite to faiss for concurrency reasons #9

GitHub Actions / Qodana Community for Python completed Apr 4, 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\[full\]==4.0.2', 'langchain_openai==0.0.8', 'langchain_experimental==0.0.53', 'langchainhub==0.1.14', 'ipywidgets==8.1.2', 'cryptography==42.0.5', 'pikepdf==8.13.0', 'transformers==4.39.0', 'torch==2.2.1+cpu', 'torchvision==0.17.1+cpu', 'torchaudio==2.2.1+cpu', 'sentence-transformers==2.5.1', 'sqlite-vss==0.1.2' 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\[full\]==4.0.2', 'langchain_openai==0.0.8', 'langchain_experimental==0.0.53', 'langchainhub==0.1.14', 'ipywidgets==8.1.2', 'cryptography==42.0.5', 'pikepdf==8.13.0', 'transformers==4.39.0', 'torch==2.2.1+cpu', 'torchvision==0.17.1+cpu', 'torchaudio==2.2.1+cpu', 'sentence-transformers==2.5.1', 'sqlite-vss==0.1.2' 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