Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix saas test #765

Open
wants to merge 110 commits into
base: main
Choose a base branch
from
Open

fix saas test #765

wants to merge 110 commits into from

Conversation

albertlockett
Copy link
Contributor

No description provided.

AyushExel and others added 30 commits October 8, 2023 23:11
Co-authored-by: Lance Release <lance-dev@lancedb.com>
Co-authored-by: Rob Meng <rob.xu.meng@gmail.com>
Co-authored-by: Will Jones <willjones127@gmail.com>
Co-authored-by: Chang She <759245+changhiskhan@users.noreply.github.com>
Co-authored-by: rmeng <rob@lancedb.com>
Co-authored-by: Chang She <chang@lancedb.com>
Co-authored-by: Rok Mihevc <rok@mihevc.org>
If you run the README javascript example in typescript, it complains
that the type of limit is a function and cannot be set to a number.
Add `to_list` to return query results as list of python dict (so we're
not too pandas-centric). Closes #555

Add `to_pandas` API and add deprecation warning on `to_df`. Closes #545

Co-authored-by: Chang She <chang@lancedb.com>
A little verbose, but better than being non-discoverable 
![Screenshot from 2023-10-11
16-26-02](https://github.com/lancedb/lancedb/assets/15766192/9ba539a7-0cf8-4d9e-94e7-ce5d37c35df0)
This PR adds an overview of embeddings docs:
- 2 ways to vectorize your data using lancedb - explicit & implicit
- explicit - manually vectorize your data using `wit_embedding` function
- Implicit - automatically vectorize your data as it comes by ingesting
your embedding function details as table metadata
- Multi-modal example w/ disappearing embedding function
Add more APIs to remote table for Node SDK
* `add` rows
* `overwrite` table with rows
* `create` table

This has been tested against dev stack
Fix broken link to embedding functions

testing: broken link was verified after local docs build to have been
repaired

---------

Co-authored-by: Chang She <chang@lancedb.com>
Allows creation of funnels and user journeys
Sets things up for this -> #579
- Just separates out the registry/ingestion code from the function
implementation code
- adds a `get_registry` util
- package name "open-clip" -> "open-clip-torch"
To include latest v0.8.6

Co-authored-by: Chang She <chang@lancedb.com>
closes #564

---------

Co-authored-by: Chang She <chang@lancedb.com>
Lance Release and others added 25 commits November 19, 2023 00:24
In this PR, I add a guide that lets you use Roboflow Inference to
calculate CLIP embeddings for use in LanceDB. This post was reviewed by
@AyushExel.
expose prefilter flag in vectordb rust code.
enable prefiltering in node js, both native and remote
was passing this at the wrong position
there's build failure for the rust artifact but the macos arm64 build
for npm publish still passed. So we had a silent failure for 2 releases.
By setting error to immediate this should cause fail immediately.
We had some build issues with npm publish for cross-compiling arm64
macos on an x86 macos runner. Switching to m1 runner for now until
someone has time to deal with the feature flags.

follow-up tracked here: #688
adding some badges
added a gif to readme for the vectordb repo

---------

Co-authored-by: kaushal07wick <kaushalc6@gmail.com>
- Register open_table as event 
- Because we're dropping 'seach' event currently, changed the name to
'search_table' and introduced throttling
- Throttled events will be counted once per time batch so that the user
is registered but event count doesn't go up by a lot
Co-authored-by: Aidan  <64613310+aidangomar@users.noreply.github.com>
Co-authored-by: Aidan  <64613310+aidangomar@users.noreply.github.com>
@@ -164,6 +164,7 @@ You can further filter the elements returned by a search using a where clause.
const results_2 = await table
.search(Array(1536).fill(1.2))
.where("id != '1141'")
.limit(2)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes:

/Users/albertlockett/Development/lancedb/docs/test/node_modules/vectordb/dist/query.js:112
            const buffer = yield tableSearch.call(this._tbl, this, isElectron);
                                             ^

TypeError: failed to downcast any to number
    at Query.<anonymous> (/Users/albertlockett/Development/lancedb/docs/test/node_modules/vectordb/dist/query.js:112:46)
    at Generator.next (<anonymous>)
    at /Users/albertlockett/Development/lancedb/docs/test/node_modules/vectordb/dist/query.js:21:71
    at new Promise (<anonymous>)
    at __awaiter (/Users/albertlockett/Development/lancedb/docs/test/node_modules/vectordb/dist/query.js:17:12)
    at Query.execute (/Users/albertlockett/Development/lancedb/docs/test/node_modules/vectordb/dist/query.js:102:16)
    at /Users/albertlockett/Development/lancedb/docs/test/node/ann_indexes/ann_indexes.js:33:11

Node.js v20.8.1

Base automatically changed from qian/saas-js-api-doc to main January 4, 2024 00:24
alexkohler pushed a commit to alexkohler/lancedb that referenced this pull request Apr 20, 2024
alexkohler pushed a commit to alexkohler/lancedb that referenced this pull request Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet