Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use logger to print logs #137

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Use logger to print logs #137

merged 1 commit into from
Mar 12, 2024

Conversation

richard-epsilla
Copy link
Contributor

songrenchu@Renchus-MacBook-Pro engine % ./build/vectordb -e http://rag.staging.epsilla.com:18001

Welcome to use Epsilla Vector Database!

[2024-03-12 00:28:25] [INFO] Epsilla Vector Database server started successfully!
[2024-03-12 00:28:25] [INFO] Server running on http://0.0.0.0:8888
[2024-03-12 00:28:43] [INFO] /api/MyDB/data/insert
[2024-03-12 00:28:47] [INFO] /api/MyDB/data/insert
[2024-03-12 00:28:55] [INFO] /api/load
[2024-03-12 00:28:55] [INFO] Processing file: /Users/songrenchu/aronne2/0/wal/1710215370.log
[2024-03-12 00:28:55] [INFO] Processing file: /Users/songrenchu/aronne2/0/wal/last_id.txt
[2024-03-12 00:28:55] [INFO] Processing file: /Users/songrenchu/aronne2/0/wal/1710217735.log
[2024-03-12 00:29:14] [INFO] /api/MyDB/data/insert
[2024-03-12 00:29:25] [DEBUG] Rebuild table segment with threads: 1
[2024-03-12 00:29:25] [DEBUG] Save table segment.
[2024-03-12 00:29:25] [INFO] Processing file: /Users/songrenchu/aronne2/0/wal/last_id.txt
[2024-03-12 00:29:25] [INFO] Processing file: /Users/songrenchu/aronne2/0/wal/1710217735.log
[2024-03-12 00:29:25] [DEBUG] Rebuild ANN graph for attribute: Embedding
[2024-03-12 00:29:25] [DEBUG] KNN graph building start
[2024-03-12 00:29:25] [DEBUG] Iteration 0
[2024-03-12 00:29:26] [DEBUG] Converge rate: 1.000000
[2024-03-12 00:29:26] [DEBUG] Iteration 1
[2024-03-12 00:29:26] [DEBUG] Converge rate: 0.000000
[2024-03-12 00:29:26] [DEBUG] KNN graph building finish
[2024-03-12 00:29:26] [DEBUG] NSG start build
[2024-03-12 00:29:26] [DEBUG]  NSG init navigation
[2024-03-12 00:29:26] [DEBUG] NSG link
[2024-03-12 00:29:26] [DEBUG] NSG check connectivity
[2024-03-12 00:29:26] [DEBUG] Save ANN graph segment.
[2024-03-12 00:29:26] [DEBUG] Rebuild ANN graph for attribute: MyIndex1
[2024-03-12 00:29:26] [DEBUG] KNN graph building start
[2024-03-12 00:29:26] [DEBUG] Iteration 0
[2024-03-12 00:29:27] [DEBUG] Converge rate: 1.000000
[2024-03-12 00:29:27] [DEBUG] Iteration 1
[2024-03-12 00:29:28] [DEBUG] Converge rate: 0.000000
[2024-03-12 00:29:28] [DEBUG] KNN graph building finish
[2024-03-12 00:29:28] [DEBUG] NSG start build
[2024-03-12 00:29:28] [DEBUG]  NSG init navigation
[2024-03-12 00:29:28] [DEBUG] NSG link
[2024-03-12 00:29:31] [DEBUG] NSG check connectivity
[2024-03-12 00:29:31] [DEBUG] Save ANN graph segment.
[2024-03-12 00:29:31] [DEBUG] Rebuild done.

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.

None yet

1 participant