Vector indexing all of Wikipedia on a laptop
1–10 of 146 posts
Re: Vector indexing all of Wikipedia on a laptop
#2Re: Vector indexing all of Wikipedia on a laptop
#3Maybe I’m missing something but I’ve created vector embeddings for all of English Wikipedia about a dozen times and it costs maybe $10 of compute on Colab, not $5000
Re: Vector indexing all of Wikipedia on a laptop
#4Maybe I’m missing something but I’ve created vector embeddings for all of English Wikipedia about a dozen times and it costs maybe $10 of compute on Colab, not $5000
Re: Vector indexing all of Wikipedia on a laptop
#5Re: Vector indexing all of Wikipedia on a laptop
#6Maybe I’m missing something but I’ve created vector embeddings for all of English Wikipedia about a dozen times and it costs maybe $10 of compute on Colab, not $5000
Re: Vector indexing all of Wikipedia on a laptop
#7This is an indication to me that something has gone very wrong in your code base.
Re: Vector indexing all of Wikipedia on a laptop
#8Maybe I’m missing something but I’ve created vector embeddings for all of English Wikipedia about a dozen times and it costs maybe $10 of compute on Colab, not $5000
Got any details?
Re: Vector indexing all of Wikipedia on a laptop
#9Maybe I’m missing something but I’ve created vector embeddings for all of English Wikipedia about a dozen times and it costs maybe $10 of compute on Colab, not $5000
Re: Vector indexing all of Wikipedia on a laptop
#10>Disable swap before building the index. Linux will aggressively try to cache the index being constructed to the point of swapping out parts of the JVM heap, which is obviously counterproductive. In my test, building with swap enabled was almost twice as slow as with it off. This is an indication to me that something has gone very wrong in your code base.