docs: add fine tuning section in retriever guide and minor fixes (#1438)

This commit is contained in:
Ayush Chaurasia
2024-07-11 17:34:29 +05:30
committed by GitHub
parent fdc949bafb
commit bb2e624ff0
7 changed files with 1531 additions and 3 deletions

View File

@@ -563,7 +563,7 @@ uris = [
# get each uri as bytes
image_bytes = [requests.get(uri).content for uri in uris]
table.add(
[{"label": labels, "image_uri": uris, "image_bytes": image_bytes}]
pd.DataFrame({"label": labels, "image_uri": uris, "image_bytes": image_bytes})
)
```
Now we can search using text from both the default vector column and the custom vector column