0xyjkim

Results 32 comments of 0xyjkim

@Tbaut I mocked up what this might look like, but opted against the modal as I think it'd be too obstructive. What do you think? Feedback Options Closed | Feedback...

@Tbaut I'm more on board with your version :)

should it be a copy email rather than a `mailto:`?

As far as UI, it'd be most intuitive to have a Min toggle next to the Max toggle. What it would do in the background would be: set a flag...

We can check for NODE_ENV and allow it if not in production?

Whenever I do ``` docsearch = Pinecone.from_existing_index(index_name=index_name, embedding=embeddings, namespace=namespace) query = "My query blah blah?" output = vectorstore.similarity_search(query, k=6) ``` I get an error saying ``` ApiAttributeError Traceback (most recent...

> PR is up! Made it so chunk_size is configurable in the SupabaseVectoreStore call! Hopefully gets in soon so folks can tinker to get there databases back up and running!...

@j1philli sure thing :) [ static async fromDocuments(](https://github.com/langchain-ai/langchainjs/blob/893a45057f2949f5a8ed9da80b4f5cacaf63023e/langchain/src/vectorstores/supabase.ts#L287) ``` /** * Creates a new SupabaseVectorStore instance from an array of documents. * @param docs The documents to create the instance...

By the way, another thing I just noticed is that the QARetrieval type operations kept timing out on read operations even with the chunk size (setting smaller chunk size did...

I've tried this after a clean install of near-cli and rust and it fails to build with 209 errors :*) It complains that `the `wasm32-unknown-unknown` target may not be installed`...