Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@

FastAPI application for table scanning operations with MinIO storage integration.

# TODO
* Look into duckdb or in memory db
Copy link

Copilot AI Dec 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The spelling of "duckdb" is incorrect. It should be capitalized as "DuckDB" which is the proper name of the database system.

Suggested change
* Look into duckdb or in memory db
* Look into DuckDB or in memory db

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Dec 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "in memory db" should be hyphenated as "in-memory db" or better yet, "in-memory database" for consistency with professional technical writing standards.

Suggested change
* Look into duckdb or in memory db
* Look into duckdb or in-memory database

Copilot uses AI. Check for mistakes.


Copy link

Copilot AI Dec 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are excessive blank lines after the TODO section. Consider removing one of the two consecutive blank lines to maintain consistent spacing throughout the document.

Suggested change

Copilot uses AI. Check for mistakes.
## Features

- FastAPI web framework
- Search endpoint accepting ID parameters
- Docker and Docker Compose support
- Dependency management with uv
- MinIO client integration
- KBUtilLib utilities
- KBUtilLib utilities (TODO)

Copy link

Copilot AI Dec 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing whitespace has been added on this line. This should be removed to maintain clean formatting and avoid unnecessary whitespace in the document.

Suggested change

Copilot uses AI. Check for mistakes.

## Prerequisites

Expand Down
Loading