fix remote SDK (#342)

This commit is contained in:
Rob Meng
2023-07-20 02:01:13 -04:00
committed by GitHub
parent 6e24e731b8
commit 8233c689c3
3 changed files with 7 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ export class HttpLancedbClient {
filter?: string
): Promise<ArrowTable<any>> {
const response = await axios.post(
`${this._url}/v1/table/${tableName}`,
`${this._url}/v1/table/${tableName}/query/`,
{
vector,
k,