Skip to content

set unit tests and test google drive#85

Merged
aliamerj merged 3 commits intoDcup-dev:mainfrom
aliamerj:test/google-drive
May 5, 2025
Merged

set unit tests and test google drive#85
aliamerj merged 3 commits intoDcup-dev:mainfrom
aliamerj:test/google-drive

Conversation

@aliamerj
Copy link
Collaborator

@aliamerj aliamerj commented May 4, 2025

Closes: #51

Description

The goal is to catch bugs as much as we can, and make sure the app works fine and stable for use

Todo:

  • set up testing and GitHub action
    The app architecture have 3 Modules or layers

1. Ingest:

Get pdf from Data source and make sure the app is always authorized

  • direct upload
  • google drive
  • Dropbox
  • AWS
  • UI Testing for set up connection

2.Processing:

takes pdf file as input and read file with python script, chunking, indexing and store the contents in Qdrant

  • simple text and tables
  • UI Testing for pushing and showing progress

3.Retrieval:

From user query, search in Qdran and get chunks

  • test retrieval api
  • UI Testing for query page

@aliamerj aliamerj force-pushed the test/google-drive branch 5 times, most recently from 121a049 to 3dfbefb Compare May 5, 2025 12:35
Signed-off-by: aliamerj <aliamer19ali@gmail.com>
@aliamerj aliamerj force-pushed the test/google-drive branch from 3dfbefb to 9665fb5 Compare May 5, 2025 12:40
@aliamerj aliamerj merged commit 6878d90 into Dcup-dev:main May 5, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Testing Dcup 1.1.0-beta

1 participant