rag-llm-proto
    • PDFファイルとQdrantポイントの関係
    • PDFファイル処理のシーケンス図
    • ファイル一覧取得
      GET
    • 新規ファイル追加
      POST
    • ファイル削除
      DELETE
    • 検索
      POST
    • スキーマ
      • PdfFileEntity
      • PdfContentEntity
      • PdfChunkEntity
      • ChunkPoint

    PdfFileEntity

    {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "filename": "string",
        "filepath": "string",
        "size": "string",
        "contents": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "document_id": "string",
                "content": "string",
                "type": "string"
            }
        ]
    }
    Built with