Seung-been "Steven" Lee

Results 14 comments of Seung-been "Steven" Lee

@BiocondaBot please fetch artifacts

@BiocondaBot please add label

@BiocondaBot please merge

I can confirm that embedding models such as `text-embedding-ada-002` only consume prompt tokens. However, I still must be missing something here, because the number of tokens returned by the `num_tokens_from_string`...

I've made an interesting observation and thought I would share. I noticed that when I remove the `persist_directory` option, my OpenAI API page correctly displays the total number of tokens...

@manuel-84, Thanks for your input! I didn't realize the max input tokens for `text-embedding-ada-002` is 8,192. I can confirm this from their [website](https://platform.openai.com/docs/guides/embeddings/what-are-embeddings). However, as you can see from my...

https://www.biostars.org/p/9511028/ https://bioinf.comav.upv.es/courses/sequence_analysis/snp_calling.html

I'm trying to follow the example in README and got a similar error: ``` (privategpt) sbslee@Seung-beens-Mac-mini privateGPT % python privateGPT.py Using embedded DuckDB with persistence: data will be stored in:...

I found the problem. If you look at my error message above, it included `which was built for Mac OS X 12.6`. When I updated my Mac OS, the problem...

@Svenvdm, Thanks for your interest in PyPGx! I just ran the `prepare-depth-of-coverage` command using data from the GeT-RM tutorial and it worked fine: ``` (fuc) sbslee@Seung-beens-MacBook-Air getrm-wgs-tutorial % pypgx prepare-depth-of-coverage...