vectorlite 0.1.5

A high-performance, in-memory vector database optimized for AI agent workloads
Documentation
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
     Running `target/debug/vectorlite --port 3002`
2025-10-24T04:02:34.169492Z  INFO vectorlite: Starting VectorLite server...
2025-10-24T04:02:34.169572Z  INFO vectorlite: Host: 127.0.0.1
2025-10-24T04:02:34.169604Z  INFO vectorlite: Port: 3002
2025-10-24T04:02:34.275900Z  INFO vectorlite: Starting with empty server - no collections loaded
2025-10-24T04:02:34.276468Z  INFO vectorlite::server: VectorLite server starting on 127.0.0.1:3002
2025-10-24T04:02:40.986818Z  INFO vectorlite::server: Created collection: test_collection
2025-10-24T04:02:42.452574Z  INFO vectorlite::server: Added text to collection 'test_collection' with ID: 0
2025-10-24T04:02:42.473580Z  INFO vectorlite::server: Added vector to collection 'test_collection' with ID: 100
2025-10-24T04:02:42.491141Z  INFO vectorlite::server: Added vector to collection 'test_collection' with ID: 200
2025-10-24T04:02:42.508367Z  INFO vectorlite::server: Added vector to collection 'test_collection' with ID: 300
2025-10-24T04:02:42.525883Z  INFO vectorlite::server: Added vector to collection 'test_collection' with ID: 400
2025-10-24T04:02:42.542945Z  INFO vectorlite::server: Added vector to collection 'test_collection' with ID: 500
2025-10-24T04:02:43.980897Z  INFO vectorlite::server: Added text to collection 'test_collection' with ID: 1
2025-10-24T04:02:45.521535Z  INFO vectorlite::server: Added text to collection 'test_collection' with ID: 2
2025-10-24T04:02:46.958183Z  INFO vectorlite::server: Search completed for collection 'test_collection' with 3 results
2025-10-24T04:02:46.979098Z  INFO vectorlite::server: Vector search completed for collection 'test_collection' with 5 results
2025-10-24T04:02:47.006655Z  INFO vectorlite::server: Vector search completed for collection 'test_collection' with 2 results
2025-10-24T04:02:47.154705Z  INFO vectorlite::server: Saved collection 'test_collection' to file: ./test_collection.vlc
2025-10-24T04:02:47.172166Z  INFO vectorlite::server: Created collection: test_collection_2
2025-10-24T04:02:47.188130Z  INFO vectorlite::server: Loaded collection 'loaded_collection' from file: ./test_collection.vlc
2025-10-24T04:02:47.223138Z  INFO vectorlite::server: Deleted vector 100 from collection 'test_collection'
2025-10-24T04:02:47.237861Z  INFO vectorlite::server: Deleted collection: test_collection_2
2025-10-24T04:02:48.698968Z  INFO vectorlite::server: Search completed for collection 'test_collection' with 0 results
2025-10-24T04:02:51.907788Z ERROR vectorlite::server: Failed to create collection 'test_collection': Collection 'test_collection' already exists
2025-10-24T04:02:53.364180Z  INFO vectorlite::server: Added text to collection 'test_collection' with ID: 3
2025-10-24T04:02:53.386112Z  INFO vectorlite::server: Added vector to collection 'test_collection' with ID: 100
2025-10-24T04:02:54.863609Z  INFO vectorlite::server: Added text to collection 'test_collection' with ID: 4
2025-10-24T04:02:56.287896Z  INFO vectorlite::server: Added text to collection 'test_collection' with ID: 5
2025-10-24T04:02:57.734287Z  INFO vectorlite::server: Search completed for collection 'test_collection' with 3 results
2025-10-24T04:02:57.755602Z  INFO vectorlite::server: Vector search completed for collection 'test_collection' with 5 results
2025-10-24T04:02:57.783355Z  INFO vectorlite::server: Vector search completed for collection 'test_collection' with 2 results
2025-10-24T04:02:57.931592Z  INFO vectorlite::server: Saved collection 'test_collection' to file: ./test_collection.vlc
2025-10-24T04:02:57.950437Z  INFO vectorlite::server: Created collection: test_collection_2
2025-10-24T04:02:57.998083Z  INFO vectorlite::server: Deleted vector 100 from collection 'test_collection'
2025-10-24T04:02:58.012936Z  INFO vectorlite::server: Deleted collection: test_collection_2
2025-10-24T04:02:59.486196Z  INFO vectorlite::server: Search completed for collection 'test_collection' with 0 results