Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openai/openai-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: SonicX/openai-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 16, 2026

  1. Add local knowledge upload script with file processing and API integr…

    …ation
    
    - Added `upload_knowledge.py`: standalone script to upload files to server using path, API key, and optional server URL
    - Enhanced `rag_system.py` with robust document processing for PDF, DOCX, TXT formats and text splitting with metadata
    - Implemented `VectorStore` and `EmbeddingManager` for local knowledge storage using FAISS and SentenceTransformers
    - Integrated `requests`-based API call in `generate_response()` to interact with external LLM service via provided API key
    - Added file validation, MIME type detection, and error handling for robust local execution
    - Included `main()` examples and structured CLI interface for immediate usability
    qwen-intl committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    97fefde View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from SonicX/qwen-code-c5205f1e-7b38-4a63-bcba-1…

    …a142dcba3e1
    
    Update from task c5205f1e-7b38-4a63-bcba-1a142dcba3e1
    SonicX authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    58cd8c7 View commit details
    Browse the repository at this point in the history
Loading