You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add normal bug fixes here, or remove this section.
preview:
- |
Add changes to Haystack version 2, or remove this section.
Haystack version 2 can be found under haystack/preview.
Initially when document embedders were implemented, the document class were frozen, so documents were recreated just to add the embedding to them . Now, as document class in unfrozen we can simply add embedding to document as doc.embedding = emb