←back to thread

129 points arkohut | 1 comments | | HN request time: 0.204s | source
Show context
moltar ◴[] No.42165442[source]
How’s the performance with Python? What’s the overhead?
replies(2): >>42165518 #>>42169941 #
1. arkohut ◴[] No.42169941[source]
In fact, this project is indeed very computing-consuming, but it’s not Python’s fault. The main reason lies in the use of several machine learning models:

  1. OCR model
  2. Embedding model
  3. VLM model (optional)
I’ve tried many optimization approaches to ensure it doesn’t affect daily usage, though this comes at the cost of reduced search performance.